wt.federation
Class CachedDirectoryEntry

java.lang.Object
  extended bywt.federation.CachedDirectoryEntry
All Implemented Interfaces:
Serializable

public class CachedDirectoryEntry
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

expirationTime

private long expirationTime

attributes

private Hashtable attributes
Constructor Detail

CachedDirectoryEntry

public CachedDirectoryEntry(Hashtable attributes,
                            long expirationTime)


Supported API: false

Parameters:
attributes -
expirationTime -
Method Detail

getExpirationTime

public long getExpirationTime()
Gets the value of the attribute: expirationTime.

Supported API: false

Returns:
long

setExpirationTime

public void setExpirationTime(long a_ExpirationTime)
                       throws WTPropertyVetoException
Sets the value of the attribute: expirationTime.

Supported API: false

Parameters:
a_ExpirationTime -
Throws:
WTPropertyVetoException

getAttributes

public Hashtable getAttributes()
Gets the value of the attribute: attributes.

Supported API: false

Returns:
Hashtable

setAttributes

public void setAttributes(Hashtable a_Attributes)
                   throws WTPropertyVetoException
Sets the value of the attribute: attributes.

Supported API: false

Parameters:
a_Attributes -
Throws:
WTPropertyVetoException