|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdminWrapper | |
---|---|
org.objectweb.joram.client.jms | The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. |
org.objectweb.joram.client.jms.admin | The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. |
Uses of AdminWrapper in org.objectweb.joram.client.jms |
---|
Methods in org.objectweb.joram.client.jms that return AdminWrapper | |
---|---|
protected AdminWrapper |
Destination.getWrapper()
Returns the administration wrapper to use. |
Methods in org.objectweb.joram.client.jms with parameters of type AdminWrapper | |
---|---|
void |
Destination.setWrapper(AdminWrapper wrapper)
Sets the administration wrapper to use. |
Uses of AdminWrapper in org.objectweb.joram.client.jms.admin |
---|
Fields in org.objectweb.joram.client.jms.admin declared as AdminWrapper | |
---|---|
AdminWrapper |
JoramAdmin.wrapper
|
Methods in org.objectweb.joram.client.jms.admin that return AdminWrapper | |
---|---|
protected AdminWrapper |
User.getWrapper()
Returns the administration wrapper to use. |
static AdminWrapper |
AdminModule.getWrapper()
Returns the administration wrapper. |
Methods in org.objectweb.joram.client.jms.admin with parameters of type AdminWrapper | |
---|---|
void |
User.setWrapper(AdminWrapper wrapper)
Sets the administration wrapper to use. |
Constructors in org.objectweb.joram.client.jms.admin with parameters of type AdminWrapper | |
---|---|
JoramSaxWrapper(AdminWrapper defaultWrapper)
Builds a new JoramSaxWrapper using by default the given administration connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |