|
Oracle Application Server 10g Java Object Cache API Reference 10g(9.0.4) B10388-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.ias.cache.CacheHostInfo
The CacheHostInfo class provides the host and current port being used for a cache in the cache system. An array of CacheHostInfo objects can be obtained for all caches currently running with the method Cache.getActiveHostInfo.
Cache| Method Summary | |
java.lang.String |
getCacheName()returns the cache name as specified in the CacheAttributes |
java.lang.String |
getHostName()returns the the hostName where this cache is currently running |
int |
getPort()returns the port currently being used by this cache |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String getHostName()
public int getPort()
public java.lang.String getCacheName()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Application Server 10g Java Object Cache API Reference 10g(9.0.4) B10388-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||