02/28/2005
 

com.epicentric.components
Class ApplicationComponent

java.lang.Object
  |
  +--com.epicentric.components.ApplicationComponent

Deprecated. As of 4.0, to be removed in 8.0 or later.

public class ApplicationComponent
extends Object

An application-scope cache that can update its cached data across a cluster.


Method Summary
 String get(String name)
          Deprecated.  
 int getInt(String name)
          Deprecated.  
 void put(String name, String value)
          Deprecated.  
 void putInt(String name, int value)
          Deprecated.  
 boolean reload()
          Deprecated. load persistent variables from MetaStore.
 boolean save()
          Deprecated. save persistent variables to MetaStore.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public String get(String name)
Deprecated. 

getInt

public int getInt(String name)
Deprecated. 

put

public void put(String name,
                String value)
Deprecated. 

putInt

public void putInt(String name,
                   int value)
Deprecated. 

reload

public boolean reload()
Deprecated. 
load persistent variables from MetaStore. Returns true if successful.

save

public boolean save()
Deprecated. 
save persistent variables to MetaStore. Returns true if successful.

02/28/2005
 

Copyright and Trademark Notices