public abstract class AdministeredObject extends Object implements Serializable, Referenceable
AdministeredObject class is the parent class of all
JORAM administered objects.| Modifier and Type | Field and Description |
|---|---|
protected static Random |
rand |
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
| Constructor and Description |
|---|
AdministeredObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
fromReference(Reference ref)
Restores the administered object from a naming reference.
|
Reference |
getReference() |
abstract void |
toReference(Reference ref)
Sets the naming reference of an administered object.
|
private static final long serialVersionUID
protected static Random rand
public final Reference getReference() throws NamingException
getReference in interface ReferenceableNamingExceptionpublic abstract void toReference(Reference ref) throws NamingException
NamingExceptionpublic abstract void fromReference(Reference ref) throws NamingException
NamingExceptionCopyright © 2023 ScalAgent D.T.. All rights reserved.