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 |
---|---|
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
public final Reference getReference() throws NamingException
getReference
in interface Referenceable
NamingException
public abstract void toReference(Reference ref) throws NamingException
NamingException
public abstract void fromReference(Reference ref) throws NamingException
NamingException
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.