br.shob.util
Class SharedObjectDescriptor

java.lang.Object
  |
  +--br.shob.util.SharedObjectDescriptor
All Implemented Interfaces:
Serializable

public class SharedObjectDescriptor
extends Object
implements Serializable

Author:
crolmos, dukejeffrie
See Also:
Serialized Form
Created:
September 1, 2002

Constructor Summary
SharedObjectDescriptor(SharedObject obj)
          Constructor for the SharedObjectDescriptor object
 
Method Summary
 boolean getCanWrite()
          Gets the canWrite attribute of the SharedObjectDescriptor object
 String getGlobalName()
          Gets the globalName attribute of the SharedObjectDescriptor object
 long getLeaseTime()
          Gets the leaseTime attribute of the SharedObjectDescriptor object
 String getReferenceClassName()
          Gets the referenceClassName attribute of the SharedObjectDescriptor object
 TimeStamp getTimeStamp()
          Gets the timeStamp attribute of the SharedObjectDescriptor object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedObjectDescriptor

public SharedObjectDescriptor(SharedObject obj)
Constructor for the SharedObjectDescriptor object

Parameters:
obj - Description of the Parameter
Method Detail

getCanWrite

public boolean getCanWrite()
Gets the canWrite attribute of the SharedObjectDescriptor object

Returns:
The canWrite value

getGlobalName

public String getGlobalName()
Gets the globalName attribute of the SharedObjectDescriptor object

Returns:
The globalName value

getLeaseTime

public long getLeaseTime()
Gets the leaseTime attribute of the SharedObjectDescriptor object

Returns:
The leaseTime value

getReferenceClassName

public String getReferenceClassName()
Gets the referenceClassName attribute of the SharedObjectDescriptor object

Returns:
The referenceClassName value

getTimeStamp

public TimeStamp getTimeStamp()
Gets the timeStamp attribute of the SharedObjectDescriptor object

Returns:
The timeStamp value