|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.admin.AdministeredObject
The AdministeredObject
class is the parent class of all
JORAM administered objects.
Field Summary | |
protected java.lang.String |
id
Identifier of the object. |
protected static java.util.Hashtable |
instancesTable
Class table holding the AdministeredObject instances. |
Constructor Summary | |
protected |
AdministeredObject()
Constructs an empty administered object. |
protected |
AdministeredObject(java.lang.String id)
Constructs an administered object. |
Method Summary | |
java.util.Hashtable |
code()
Codes an AdministeredObject as a Hashtable for travelling
through the SOAP protocol. |
static java.lang.Object |
getInstance(java.lang.String name)
Retrieves an instance from the table. |
javax.naming.Reference |
getReference()
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 |
decode |
Field Detail |
protected static java.util.Hashtable instancesTable
AdministeredObject
instances.
Key: object's identifier
Object: object's instance
protected java.lang.String id
Constructor Detail |
protected AdministeredObject(java.lang.String id)
id
- Identifier of the object.protected AdministeredObject()
Method Detail |
public javax.naming.Reference getReference() throws javax.naming.NamingException
getReference
in interface javax.naming.Referenceable
javax.naming.NamingException
public static java.lang.Object getInstance(java.lang.String name)
public java.util.Hashtable code()
AdministeredObject
as a Hashtable for travelling
through the SOAP protocol.
code
in interface SoapObjectItf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |