|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.federation.CachedDirectoryEntry
Supported API: false
Extendable: false
Field Summary | |
private Hashtable |
attributes
|
private static String |
CLASSNAME
|
private long |
expirationTime
|
private static String |
RESOURCE
|
Constructor Summary | |
CachedDirectoryEntry(Hashtable attributes,
long expirationTime)
Supported API: false |
Method Summary | |
Hashtable |
getAttributes()
Gets the value of the attribute: attributes. |
long |
getExpirationTime()
Gets the value of the attribute: expirationTime. |
void |
setAttributes(Hashtable a_Attributes)
Sets the value of the attribute: attributes. |
void |
setExpirationTime(long a_ExpirationTime)
Sets the value of the attribute: expirationTime. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private long expirationTime
private Hashtable attributes
Constructor Detail |
public CachedDirectoryEntry(Hashtable attributes, long expirationTime)
attributes
- expirationTime
- Method Detail |
public long getExpirationTime()
public void setExpirationTime(long a_ExpirationTime) throws WTPropertyVetoException
a_ExpirationTime
-
WTPropertyVetoException
public Hashtable getAttributes()
public void setAttributes(Hashtable a_Attributes) throws WTPropertyVetoException
a_Attributes
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |