Package | Description |
---|---|
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. |
org.objectweb.joram.client.osgi | |
org.ow2.joram.spring |
Modifier and Type | Field and Description |
---|---|
(package private) AdminItf |
Destination.wrapper
Administration wrapper used to perform administration stuff.
|
Modifier and Type | Method and Description |
---|---|
protected AdminItf |
Destination.getWrapper()
Returns the administration wrapper to use.
|
Modifier and Type | Method and Description |
---|---|
void |
Destination.setWrapper(AdminItf wrapper)
Sets the administration wrapper to use.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminWrapper
The
AdminWrapper class allows to set an administrator
connection to a given JORAM server, and provides administration and
monitoring methods at a server/platform level. |
class |
JoramAdmin
JoramAdmin is the implementation of the interface JoramAdminMBean.
|
Modifier and Type | Field and Description |
---|---|
private HashMap<String,AdminItf> |
ServiceAdmin.wrappers |
Modifier and Type | Method and Description |
---|---|
AdminItf |
AdminWrapperTracker.getAdminWrapper() |
static AdminItf |
AdminWrapperHelper.getWrapper(org.osgi.framework.BundleContext bundleContext,
AdminStruct adminStruct) |
Modifier and Type | Method and Description |
---|---|
private Destination |
DestinationMSF.createDestination(AdminItf wrapper,
int serverId,
String name,
String className,
Properties props) |
private Destination |
ServiceDestination.createDestination(AdminItf wrapper,
int serverId,
String name,
String className,
Properties props,
boolean isQueue) |
private User |
ServiceDestination.getUser(AdminItf wrapper,
String user,
int serverId) |
private User |
DestinationMSF.getUser(AdminItf wrapper,
String user,
int serverId) |
private void |
ServiceDestination.setDestinationDMQ(AdminItf wrapper,
Destination dest,
String dmq,
int dmqSid) |
private void |
DestinationMSF.setDestinationDMQ(AdminItf wrapper,
Destination dest,
String dmq,
int dmqSid) |
private void |
ServiceDestination.setRight(AdminItf wrapper,
Destination dest,
int serverId,
boolean freeReading,
boolean freeWriting,
String readers,
String writers) |
private void |
DestinationMSF.setRight(AdminItf wrapper,
Destination dest,
int serverId,
boolean freeReading,
boolean freeWriting,
String readers,
String writers) |
private void |
UserMSF.setUserDMQ(AdminItf wrapper,
User user,
String dmq,
int dmqSid) |
private void |
ServiceUser.setUserDMQ(AdminItf wrapper,
User user,
String dmq,
int dmqSid) |
Modifier and Type | Field and Description |
---|---|
static AdminItf |
JoramAdmin.wrapper |
Modifier and Type | Method and Description |
---|---|
private AdminItf |
JoramAdminBeanDefinitionParser.adminConnect(boolean collocated,
String user,
String pass,
String host,
int port)
Create the wrapper (AdminItf).
|
static AdminItf |
JoramAdmin.getWrapper() |
Modifier and Type | Method and Description |
---|---|
static void |
JoramAdmin.setWrapper(AdminItf wrapper) |
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.