org.objectweb.joram.client.jms.admin
Class AdministeredObject
java.lang.Object
org.objectweb.joram.client.jms.admin.AdministeredObject
- All Implemented Interfaces:
- SoapObjectItf, java.io.Serializable, javax.naming.Referenceable
- Direct Known Subclasses:
- AbstractConnectionFactory, ClusterConnectionFactory, Destination, User
public abstract class AdministeredObject
- extends java.lang.Object
- implements java.io.Serializable, javax.naming.Referenceable, SoapObjectItf
The AdministeredObject
class is the parent class of all
JORAM administered objects.
- See Also:
- Serialized Form
Field Summary |
private static long |
serialVersionUID
define serialVersionUID for interoperability |
Method Summary |
abstract void |
fromReference(javax.naming.Reference ref)
Restores the administered object from a naming reference. |
javax.naming.Reference |
getReference()
|
abstract void |
toReference(javax.naming.Reference ref)
Sets the naming reference of an administered object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- define serialVersionUID for interoperability
- See Also:
- Constant Field Values
AdministeredObject
public AdministeredObject()
getReference
public final javax.naming.Reference getReference()
throws javax.naming.NamingException
- Specified by:
getReference
in interface javax.naming.Referenceable
- Throws:
javax.naming.NamingException
toReference
public abstract void toReference(javax.naming.Reference ref)
throws javax.naming.NamingException
- Sets the naming reference of an administered object.
- Throws:
javax.naming.NamingException
fromReference
public abstract void fromReference(javax.naming.Reference ref)
throws javax.naming.NamingException
- Restores the administered object from a naming reference.
- Throws:
javax.naming.NamingException
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.