org.objectweb.joram.client.jms.admin
Class AdministeredObject
java.lang.Object
org.objectweb.joram.client.jms.admin.AdministeredObject
- All Implemented Interfaces:
- fr.dyade.aaa.jndi2.soap.SoapObjectItf, javax.naming.Referenceable
- Direct Known Subclasses:
- AbstractConnectionFactory, ClusterConnectionFactory, Destination, User
public abstract class AdministeredObject
- extends java.lang.Object
- implements javax.naming.Referenceable, fr.dyade.aaa.jndi2.soap.SoapObjectItf
The AdministeredObject
class is the parent class of all
JORAM administered objects.
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 |
Methods inherited from interface fr.dyade.aaa.jndi2.soap.SoapObjectItf |
code, decode |
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 © 2005 Scalagent - All rights reserved