Package | Description |
---|---|
org.objectweb.joram.client.connector | |
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.objectweb.joram.tools.rest.admin |
Modifier and Type | Method and Description |
---|---|
(package private) void |
JoramAdapter.adminConnect()
Initiates an admin session.
|
String |
JoramAdapterMBean.createQueue(short serverId,
String name)
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding
Queue instance. |
String |
JoramAdapter.createQueue(short serverId,
String name)
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding
Queue instance. |
String |
JoramAdapter.createQueue(short serverId,
String name,
String className,
Properties prop)
First tries to retrieve a queue destination on the underlying JORAM server first
using JNDI then the Joram's internal name service.
|
String |
JoramAdapterMBean.createQueue(String name)
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding
Queue instance. |
String |
JoramAdapter.createQueue(String name)
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding
Queue instance. |
String |
JoramAdapterMBean.createTopic(short serverId,
String name)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
String |
JoramAdapter.createTopic(short serverId,
String name)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
String |
JoramAdapter.createTopic(short serverId,
String name,
String className,
Properties prop)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
String |
JoramAdapterMBean.createTopic(String name)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
String |
JoramAdapter.createTopic(String name)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
String |
JoramAdapterMBean.createUser(String name,
String password)
Creates or retrieves a user on the underlying JORAM server.
|
String |
JoramAdapter.createUser(String name,
String password)
Creates or retrieves a user on the underlying JORAM server.
|
String |
JoramAdapterMBean.createUser(String name,
String password,
short serverId)
Creates or retrieves a user on the given JORAM server.
|
String |
JoramAdapter.createUser(String name,
String password,
short serverId)
Creates or retrieves a user on the given JORAM server.
|
String |
JoramAdapterMBean.createUser(String name,
String password,
short serverId,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
String |
JoramAdapter.createUser(String name,
String password,
short serverId,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
String |
JoramAdapterMBean.createUser(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
String |
JoramAdapter.createUser(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
void |
JoramAdapterMBean.exportRepositoryToFile(String exportDir)
Export the repository content to an XML file with default filename
|
void |
JoramAdapter.exportRepositoryToFile(String exportDir)
Export the repository content to an XML file with default filename
|
void |
JoramAdapterMBean.exportRepositoryToFile(String exportDir,
String exportFilename)
Export the repository content to an XML file
- only the destinations objects are retrieved in this version
- xml script format of the admin objects (joramAdmin.xml)
|
void |
JoramAdapter.exportRepositoryToFile(String exportDir,
String exportFilename)
Export the repository content to an XML file
- only the destinations objects are retrieved in this version
- xml script format of the admin objects (joramAdmin.xml)
|
String |
JoramAdapter.getConfiguration()
Returns the current servers configuration (a3servers.xml).
|
String |
JoramAdapterMBean.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
JoramAdapter.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
JoramAdapterMBean.getDefaultDMQId(short serverId)
Returns the unique identifier of the default dead message queue for a given
server, null if not set.
|
String |
JoramAdapter.getDefaultDMQId(short serverId)
Returns the unique identifier of the default dead message queue for a given
server, null if not set.
|
int |
JoramAdapterMBean.getDefaultThreshold()
Returns the default threshold of the Joram server.
|
int |
JoramAdapter.getDefaultThreshold()
Returns the default threshold of the Joram server.
|
int |
JoramAdapterMBean.getDefaultThreshold(short serverId)
Returns the default threshold of the given Joram server.
|
int |
JoramAdapter.getDefaultThreshold(short serverId)
Returns the default threshold of the given Joram server.
|
String[] |
JoramAdapterMBean.getDestinations()
Returns the list of all destinations that exist on the local server.
|
String[] |
JoramAdapter.getDestinations()
Returns the list of all destinations that exist on the local server.
|
String[] |
JoramAdapterMBean.getDestinations(short serverId)
Returns the list of all destinations that exist on the given server.
|
String[] |
JoramAdapter.getDestinations(short serverId)
Returns the list of all destinations that exist on the given server.
|
Short[] |
JoramAdapterMBean.getServersIds()
Returns the list of the platform's servers' identifiers.
|
Short[] |
JoramAdapter.getServersIds()
Returns the list of the platform's servers' identifiers.
|
String[] |
JoramAdapterMBean.getServersNames()
Returns the list of the platform's servers' names.
|
String[] |
JoramAdapter.getServersNames()
Returns the list of the platform's servers' names.
|
String[] |
JoramAdapterMBean.getUsers()
Returns the list of all users that exist on the local server.
|
String[] |
JoramAdapter.getUsers()
Returns the list of all users that exist on the local server.
|
String[] |
JoramAdapterMBean.getUsers(short serverId)
Returns the list of all users that exist on a given server.
|
String[] |
JoramAdapter.getUsers(short serverId)
Returns the list of all users that exist on a given server.
|
void |
JoramAdapterMBean.removeDestination(String name)
Remove a destination specified by its JNDI name on the underlying
JORAM platform.
|
void |
JoramAdapter.removeDestination(String name)
Remove a destination specified by its JNDI name on the underlying
JORAM platform.
|
void |
JoramAdapterMBean.resetDefaultDMQ(short serverId)
Unset the default dead message queue for the given server.
|
void |
JoramAdapter.resetDefaultDMQ(short serverId)
Unset the default dead message queue for the given server.
|
void |
JoramAdapterMBean.setDefaultThreshold(int threshold)
Sets the default threshold of the Joram server.
|
void |
JoramAdapter.setDefaultThreshold(int threshold)
Sets the default threshold of the Joram server.
|
void |
JoramAdapterMBean.setDefaultThreshold(short serverId,
int threshold)
Sets the default threshold of the given Joram server.
|
void |
JoramAdapter.setDefaultThreshold(short serverId,
int threshold)
Sets the default threshold of the given Joram server.
|
Modifier and Type | Method and Description |
---|---|
void |
Queue.addClusteredQueue(Queue addedQueue)
Adds a queue into the cluster this queue belongs to.
|
void |
Topic.addClusteredTopic(Topic addedTopic)
Adds a topic into the cluster this topic belongs to.
|
void |
Destination.addInterceptor(String interceptor,
Properties properties)
Administration method add interceptor.
|
void |
DestinationMBean.addInterceptors(String interceptors)
add interceptors
|
void |
Destination.addInterceptors(String interceptors)
Administration method add interceptors.
|
void |
DestinationMBean.addReader(String proxyId)
Administration method setting a given user as a reader on this destination.
|
void |
Destination.addReader(String proxyId)
Administration method setting a given user as a reader on this destination.
|
void |
Queue.addRemoteDestination(Queue remote)
Adds a destination to an alias queue's destinations' list.
|
void |
Queue.addRemoteDestination(String destId)
Adds a destination to an alias queue's destinations' list.
|
void |
DestinationMBean.addWriter(String proxyId)
Administration method setting a given user as a writer on this destination.
|
void |
Destination.addWriter(String proxyId)
Administration method setting a given user as a writer on this destination.
|
void |
QueueMBean.clear() |
void |
Queue.clear() |
static Topic |
Topic.create()
Admin method creating and deploying a topic on the local server.
|
static Queue |
Queue.create()
Administration method creating and deploying a queue on the local server.
|
static Topic |
Topic.create(int serverId)
Admin method creating and deploying a topic on a given server.
|
static Queue |
Queue.create(int serverId)
Administration method creating and deploying a queue on a given server.
|
static Topic |
Topic.create(int serverId,
Properties prop)
Admin method creating and deploying a topic on a given server.
|
static Queue |
Queue.create(int serverId,
Properties prop)
Administration method creating and deploying a queue on a given server.
|
static Topic |
Topic.create(int serverId,
String name)
Admin method creating and deploying (or retrieving) a topic on a given
server with a given name.
|
static Queue |
Queue.create(int serverId,
String name)
Administration method creating and deploying (or retrieving) a queue on a given
server with a given name.
|
static Topic |
Topic.create(int serverId,
String className,
Properties prop)
Admin method creating and deploying a topic on a given server.
|
static Queue |
Queue.create(int serverId,
String className,
Properties prop)
Administration method creating and deploying a queue on a given server.
|
static Topic |
Topic.create(int serverId,
String name,
String className,
Properties prop)
Admin method creating and deploying (or retrieving) a topic on a
given server.
|
static Queue |
Queue.create(int serverId,
String name,
String className,
Properties prop)
Administration method creating and deploying (or retrieving) a queue on a
given server.
|
static Topic |
Topic.create(String name)
Admin method creating and deploying (or retrieving) a topic on the
local server.
|
static Queue |
Queue.create(String name)
Administration method creating and deploying (or retrieving) a queue on the
local server.
|
void |
DestinationMBean.delete()
Administration method removing this destination from the platform.
|
void |
Destination.delete()
Administration method removing this destination from the platform.
|
void |
QueueMBean.deleteMessage(String msgId) |
void |
Queue.deleteMessage(String msgId) |
void |
Queue.delRemoteDestination(Queue remote)
Removes a destination from an alias queue's destinations' list.
|
void |
Queue.delRemoteDestination(String destId)
Removes a destination from an alias queue's destinations' list.
|
protected void |
Destination.doCreate(int serverId,
String name,
String className,
Properties props,
Destination dest,
byte type)
Administration method creating or retrieving a destination with a given name on a
given server, and returning its identifier.
|
(package private) AdminReply |
Destination.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
List |
Topic.getClusterFellows()
Monitoring method returning the list describing the cluster this topic
is part of.
|
int |
Queue.getDeliveredMessages()
Monitoring method returning the number of delivered messages since the queue's creation.
|
Queue |
Destination.getDMQ()
Monitoring method returning the dead message queue of this destination,
null if not set.
|
String |
DestinationMBean.getDMQId()
Monitoring method returning the dead message queue id of this destination,
null if not set.
|
String |
Destination.getDMQId()
Monitoring method returning the dead message queue id of this destination,
null if not set.
|
Topic |
Topic.getHierarchicalFather()
Monitoring method returning the hierarchical father of this topic,
null if none.
|
String |
DestinationMBean.getInterceptors() |
String |
Destination.getInterceptors()
Administration method to get interceptors list.
|
Message |
Queue.getMessage(String msgId)
Returns a copy of the message.
|
String |
QueueMBean.getMessageDigest(String msgId) |
String |
Queue.getMessageDigest(String msgId) |
Properties |
QueueMBean.getMessageHeader(String msgId) |
Properties |
Queue.getMessageHeader(String msgId) |
String[] |
QueueMBean.getMessageIds() |
String[] |
Queue.getMessageIds()
Returns the identifiers of all messages in this queue.
|
Properties |
QueueMBean.getMessageProperties(String msgId) |
Properties |
Queue.getMessageProperties(String msgId) |
int |
QueueMBean.getNbMaxMsg() |
int |
Queue.getNbMaxMsg()
Monitoring method returning the nbMaxMsg of this queue, -1 if no limit.
|
int |
QueueMBean.getPendingMessages()
Monitoring method returning the number of pending messages on this queue.
|
int |
Queue.getPendingMessages()
Monitoring method returning the number of pending messages on this queue.
|
int |
QueueMBean.getPendingRequests()
Monitoring method returning the number of pending requests on this queue.
|
int |
Queue.getPendingRequests()
Monitoring method returning the number of pending requests on this queue.
|
String[] |
Queue.getQueueClusterElements()
Returns the reference of the queues that belong to the cluster.
|
List |
DestinationMBean.getReaderList()
Monitoring method returning the list of all users that have a reading
permission on this destination, or an empty list if no specific readers
are set.
|
List |
Destination.getReaderList()
Monitoring method returning the list of all users that have a reading
permission on this destination, or an empty list if no specific readers
are set.
|
List |
Destination.getReaders()
Monitoring method returning the list of all users that have a reading
permission on this destination, or an empty list if no specific readers
are set.
|
Hashtable |
DestinationMBean.getStatistic()
Deprecated.
|
Hashtable |
Destination.getStatistic()
Deprecated.
|
Hashtable |
DestinationMBean.getStatistics()
Returns values of all valid JMX attributes about the destination.
|
Hashtable |
Destination.getStatistics()
Returns values of all valid JMX attributes about the destination.
|
Hashtable |
Destination.getStatistics(String attributes)
Returns values of specified JMX attributes about the destination.
|
String[] |
TopicMBean.getSubscriberIds()
Monitoring method returning an array containing the ids of users that
subscribes on this topic.
|
String[] |
Topic.getSubscriberIds() |
int |
TopicMBean.getSubscriptions()
Monitoring method returning the number of users that subscribes on
this topic.
|
int |
Topic.getSubscriptions()
Monitoring method returning the number of users that subscribes on
this topic.
|
int |
QueueMBean.getThreshold()
Monitoring method returning the threshold of this queue, -1 if not set.
|
int |
Queue.getThreshold()
Monitoring method returning the threshold of this queue, -1 if not set.
|
List |
DestinationMBean.getWriterList()
Monitoring method returning the list of all users that have a writing
permission on this destination, or an empty list if no specific writers
are set.
|
List |
Destination.getWriterList()
Monitoring method returning the list of all users that have a writing
permission on this destination, or an empty list if no specific writers
are set.
|
List |
Destination.getWriters()
Monitoring method returning the list of all users that have a writing
permission on this destination, or an empty list if no specific writers
are set.
|
boolean |
DestinationMBean.isFreelyReadable()
Monitoring method returning
true if this destination
provides free READ access. |
boolean |
Destination.isFreelyReadable()
Monitoring method returning
true if this destination
provides free READ access. |
boolean |
DestinationMBean.isFreelyWriteable()
Monitoring method returning
true if this destination
provides free WRITE access. |
boolean |
Destination.isFreelyWriteable()
Monitoring method returning
true if this destination
provides free WRITE access. |
static Destination |
Destination.newInstance(String id,
String name,
byte type) |
Message |
Queue.readMessage(String msgId)
Deprecated.
Since Joram 5.2 use getMessage.
|
void |
QueueMBean.registerAsDefaultDMQ()
Sets the current queue as the default DMQ for the local server.
|
void |
Queue.registerAsDefaultDMQ()
Sets the current queue as the default DMQ for the local server.
|
void |
QueueMBean.registerAsDefaultDMQ(int serverId)
Sets the current queue as the default DMQ for the given server.
|
void |
Queue.registerAsDefaultDMQ(int serverId)
Sets the current queue as the default DMQ for the given server.
|
void |
Queue.removeClusteredQueue(Queue removedQueue)
Deprecated.
|
void |
Topic.removeFromCluster()
Removes this topic from the cluster it belongs to.
|
void |
Queue.removeFromCluster()
Removes this queue from the cluster it belongs to.
|
void |
DestinationMBean.removeInterceptors(String interceptors)
remove interceptors
|
void |
Destination.removeInterceptors(String interceptors)
Administration method to remove interceptors.
|
void |
DestinationMBean.removeReader(String proxyId)
Administration method unsetting a given user as a reader on this destination.
|
void |
Destination.removeReader(String proxyId)
Administration method unsetting a given user as a reader on this destination.
|
void |
DestinationMBean.removeWriter(String proxyId)
Administration method unsetting a given user as a writer on this destination.
|
void |
Destination.removeWriter(String proxyId)
Administration method unsetting a given user as a writer on this destination.
|
void |
Destination.replaceInterceptor(String newInterceptor,
String oldInterceptor)
Administration method to replace interceptor.
|
void |
Destination.replaceInterceptor(String newInterceptor,
String oldInterceptor,
Properties properties)
Administration method to replace interceptor.
|
void |
Destination.scale(int op,
String param)
Administration method for scaling operations.
|
void |
Queue.sendDestinationsWeights(int[] weights)
Set weights for each remote destination of this alias queue.
|
void |
Queue.setDeliveryDelay(int deliveryDelay)
Set deliveryDelay attribute.
|
void |
Destination.setDMQ(Queue dmq)
Administration method setting or unsetting a dead message queue for this
destination.
|
void |
DestinationMBean.setDMQId(String dmqId)
Admininistration method setting or unsetting a dead message queue for this
destination.
|
void |
Destination.setDMQId(String dmqId)
Administration method setting or unsetting a dead message queue for this
destination.
|
void |
DestinationMBean.setFreelyReadable(boolean b)
Administration method (un)setting free reading access to this destination.
|
void |
Destination.setFreelyReadable(boolean readable)
Administration method (un)setting free reading access to this destination.
|
void |
DestinationMBean.setFreelyWriteable(boolean b)
Administration method (un)setting free writing access to this destination.
|
void |
Destination.setFreelyWriteable(boolean writeable)
Administration method (un)setting free writing access to this destination.
|
void |
Destination.setFreeReading()
Administration method setting free reading access to this destination.
|
void |
Destination.setFreeWriting()
Administration method setting free writing access to this destination.
|
void |
QueueMBean.setNbMaxMsg(int nbMaxMsg) |
void |
Queue.setNbMaxMsg(int nbMaxMsg)
Administration method setting nbMaxMsg for this queue.
|
void |
Topic.setParent(Topic parent)
Creates a hierarchical relationship between this topic
and its father topic.
|
void |
Queue.setPause(boolean pause)
Stops / Resumes the message delivery.
|
AdminReply |
Queue.setProperties(Properties prop)
Administration method to set properties.
|
AdminReply |
Destination.setProperties(Properties prop)
Administration method to set properties.
|
void |
Destination.setReader(User user)
Administration method setting a given user as a reader on this destination.
|
void |
Queue.setRedeliveryDelay(int redeliveryDelay)
Set redeliveryDelay attribute.
|
void |
Queue.setSyncExceptionOnFull(boolean syncExceptionOnFull)
Administration method setting syncExceptionOnFull for this queue.
|
void |
QueueMBean.setThreshold(int threshold)
Admin method setting or unsetting the threshold for this queue.
|
void |
Queue.setThreshold(int threshold)
Administration method setting or unsetting the threshold for this queue.
|
void |
Destination.setWriter(User user)
Administration method setting a given user as a writer on this destination.
|
String |
Destination.toXml(int indent,
int serverId)
Format the destination properties in a XML format, the result can be used
in an XML configuration script.
|
void |
Destination.unsetFreeReading()
Administration method unsetting free reading access to this destination.
|
void |
Destination.unsetFreeWriting()
Administration method unsetting free writing access to this destination.
|
void |
Topic.unsetParent()
Unsets the father of this topic.
|
void |
Destination.unsetReader(User user)
Administration method unsetting a given user as a reader on this destination.
|
void |
Destination.unsetWriter(User user)
Administration method unsetting a given user as a writer on this destination.
|
Modifier and Type | Class and Description |
---|---|
class |
NameAlreadyUsedException |
class |
ServerIdAlreadyUsedException |
class |
StartFailureException |
class |
UnknownServerException |
Modifier and Type | Method and Description |
---|---|
String |
JoramAdmin.addAMQPBridgeConnection(int serverId,
String urls) |
String |
AdminWrapper.addAMQPBridgeConnection(int serverId,
String urls)
Adds an AMQP server and starts a live connection with it, accessible via
the url provided.
|
static String |
AdminModule.addAMQPBridgeConnection(int serverId,
String urls)
Adds an AMQP server and starts a live connection with it, accessible via
the url provided.
|
String |
AdminItf.addAMQPBridgeConnection(int serverId,
String urls)
Adds an AMQP server and starts a live connection with it, accessible via
the url provided.
|
void |
JoramAdminMBean.addDomain(String domain,
int sid,
int port)
Adds a domain to the platform.
|
void |
JoramAdmin.addDomain(String domain,
int sid,
int port)
Adds a domain to the platform.
|
void |
AdminWrapper.addDomain(String domain,
int sid,
int port)
Adds a domain to the platform.
|
static void |
AdminModule.addDomain(String domain,
int sid,
int port)
Adds a domain to the platform.
|
void |
AdminItf.addDomain(String domain,
int sid,
int port)
Adds a domain to the platform.
|
void |
JoramAdminMBean.addDomain(String domain,
String network,
int sid,
int port)
Adds a domain to the platform using a specific network component.
|
void |
JoramAdmin.addDomain(String domain,
String network,
int sid,
int port)
Adds a domain to the platform using a specific network component.
|
void |
AdminWrapper.addDomain(String domain,
String network,
int sid,
int port)
Adds a domain to the platform using a specific network component.
|
static void |
AdminModule.addDomain(String domain,
String network,
int sid,
int port)
Adds a domain to the platform using a specific network component.
|
void |
AdminItf.addDomain(String domain,
String network,
int sid,
int port)
Adds a domain to the platform using a specific network component.
|
void |
User.addInterceptorIN(String interceptor,
Properties properties)
Add interceptor
|
void |
User.addInterceptorOUT(String interceptor,
Properties properties)
Add interceptor
|
void |
UserMBean.addInterceptorsIN(String interceptors)
add interceptors
|
void |
User.addInterceptorsIN(String interceptors)
Add interceptors
|
void |
UserMBean.addInterceptorsOUT(String interceptors)
add interceptors
|
void |
User.addInterceptorsOUT(String interceptors)
Add interceptors
|
String |
JoramAdmin.addJMSBridgeConnection(int serverId,
String urls) |
String |
AdminWrapper.addJMSBridgeConnection(int serverId,
String urls)
Adds a JMS server and starts a live connection with it, accessible via
the url provided.
|
static String |
AdminModule.addJMSBridgeConnection(int serverId,
String urls)
Adds a JMS server and starts a live connection with it, accessible via
the url provided.
|
String |
AdminItf.addJMSBridgeConnection(int serverId,
String urls)
Adds a JMS server and starts a live connection with it, accessible via
the url provided.
|
void |
JoramAdminMBean.addServer(int sid,
String host,
String domain,
int port,
String server)
Adds a server to the platform.
|
void |
JoramAdmin.addServer(int sid,
String host,
String domain,
int port,
String server)
Adds a server to the platform.
|
void |
AdminWrapper.addServer(int sid,
String host,
String domain,
int port,
String server)
Adds a server to the platform.
|
static void |
AdminModule.addServer(int sid,
String host,
String domain,
int port,
String server)
Adds a server to the platform.
|
void |
AdminItf.addServer(int sid,
String host,
String domain,
int port,
String server)
Adds a server to the platform.
|
void |
JoramAdmin.addServer(int sid,
String host,
String domain,
int port,
String server,
String[] services,
String[] args) |
void |
AdminWrapper.addServer(int sid,
String host,
String domain,
int port,
String server,
String[] services,
String[] args)
Adds a server to the platform.
|
static void |
AdminModule.addServer(int sid,
String host,
String domain,
int port,
String server,
String[] services,
String[] args)
Adds a server to the platform.
|
void |
AdminItf.addServer(int sid,
String host,
String domain,
int port,
String server,
String[] services,
String[] args)
Adds a server to the platform.
|
void |
UserMBean.clearSubscription(String subName) |
void |
User.clearSubscription(String subName) |
static void |
AdminModule.collocatedConnect()
Opens a connection with the collocated Joram server.
|
static void |
AdminModule.collocatedConnect(String name,
String password)
Opens a connection with the collocated JORAM server.
|
static void |
AdminModule.collocatedConnect(String name,
String password,
String identityClass)
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
|
static void |
AdminModule.connect()
Opens a TCP connection with the Joram server running on the default
"localhost" host and listening to the default 16010 port.
|
static void |
AdminModule.connect(ConnectionFactory cf)
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given
ConnectionFactory . |
static void |
AdminModule.connect(ConnectionFactory cf,
String name,
String password)
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given
ConnectionFactory . |
static void |
AdminModule.connect(ConnectionFactory cf,
String name,
String password,
String identityClass)
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given
ConnectionFactory . |
void |
JoramAdminConnectMBean.connect(String name)
Creates an administration connection with default parameters, a JoramAdmin
MBean is created and registered in the given domain.
|
void |
JoramAdminConnect.connect(String name)
Creates an administration connection with default parameters, a JoramAdmin
MBean is created and registered in the given domain.
|
static void |
AdminModule.connect(String host,
int port,
String name,
String password)
Opens a TCP connection with the Joram server running on a given host and
listening to a given port.
|
static void |
AdminModule.connect(String host,
int port,
String name,
String password,
int cnxTimer)
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
|
static void |
AdminModule.connect(String host,
int port,
String name,
String password,
int cnxTimer,
String reliableClass)
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
|
static void |
AdminModule.connect(String host,
int port,
String name,
String password,
int cnxTimer,
String reliableClass,
String identityClass)
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
|
static void |
AdminModule.connect(String name,
String password)
Opens a TCP connection with the Joram server running on the default
"localhost" host and listening to the default 16010 port.
|
static void |
AdminModule.connect(String name,
String password,
int cnxTimer)
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
|
static void |
AdminModule.connect(String name,
String password,
int cnxTimer,
String reliableClass)
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
|
void |
JoramAdminConnectMBean.connect(String name,
String host,
int port,
String user,
String pass)
Creates an administration connection with given parameters, a JoramAdmin
MBean is created and registered.
|
void |
JoramAdminConnect.connect(String name,
String host,
int port,
String user,
String pass)
Creates an administration connection with given parameters, a JoramAdmin
MBean is created and registered.
|
static void |
AdminModule.connect(TopicConnectionFactory cf,
String name,
String password)
Deprecated.
No longer use TopicConnectionFactory next to Joram 5.2.
|
static void |
AdminModule.connect(TopicConnectionFactory cf,
String name,
String password,
String identityClass)
Deprecated.
No longer use TopicConnectionFactory next to Joram 5.2.
|
static Topic |
MonitoringTopic.create()
Administration method creating and deploying a JMX acquisition topic on the local server.
|
static Queue |
MonitoringQueue.create()
Administration method creating and deploying a JMX acquisition queue on the local server.
|
static Topic |
MailDistributionTopic.create()
Administration method creating and deploying a Mail distribution topic on the local server.
|
static Queue |
MailDistributionQueue.create()
Administration method creating and deploying a Mail distribution queue on the local server.
|
static Topic |
MailAcquisitionTopic.create()
Administration method creating and deploying a mail acquisition topic on the local server.
|
static Queue |
MailAcquisitionQueue.create()
Administration method creating and deploying a mail acquisition queue on the local server.
|
static Queue |
DeadMQueue.create()
Deprecated.
Admin method creating and deploying a dead message queue on the
local server.
|
static Topic |
MonitoringTopic.create(int serverId)
Administration method creating and deploying a JMX acquisition topic on a given server.
|
static Queue |
MonitoringQueue.create(int serverId)
Administration method creating and deploying a JMX acquisition queue on a given server.
|
static Topic |
MailDistributionTopic.create(int serverId)
Administration method creating and deploying a Mail distribution topic on a given server.
|
static Queue |
MailDistributionQueue.create(int serverId)
Administration method creating and deploying a Mail distribution queue on a given server.
|
static Topic |
MailAcquisitionTopic.create(int serverId)
Administration method creating and deploying a mail acquisition topic on a given server.
|
static Queue |
MailAcquisitionQueue.create(int serverId)
Administration method creating and deploying a mail acquisition queue on a given server.
|
static Queue |
DeadMQueue.create(int serverId)
Deprecated.
Admin method creating and deploying a dead message queue on a given
server.
|
static Queue |
SchedulerQueue.create(int serverId,
String name)
Administration method creating and deploying a scheduled queue on a given server.
|
Queue |
RestDistributionQueue.create(int serverId,
String dest)
Administration method creating and deploying a REST distribution queue on a given server.
|
Queue |
RestAcquisitionQueue.create(int serverId,
String dest)
Administration method creating and deploying a REST acquisition queue on a given server.
|
static Topic |
MonitoringTopic.create(int serverId,
String name)
Administration method creating and deploying a JMX acquisition topic on a given server.
|
static Queue |
MonitoringQueue.create(int serverId,
String name)
Administration method creating and deploying a JMX acquisition queue on a given server.
|
static Topic |
MailDistributionTopic.create(int serverId,
String name)
Administration method creating and deploying a Mail distribution topic on a given server.
|
static Queue |
MailDistributionQueue.create(int serverId,
String name)
Administration method creating and deploying a Mail distribution queue on a given server.
|
static Topic |
MailAcquisitionTopic.create(int serverId,
String name)
Administration method creating and deploying a mail acquisition topic on a given server.
|
static Queue |
MailAcquisitionQueue.create(int serverId,
String name)
Administration method creating and deploying a mail acquisition queue on a given server.
|
static Topic |
JMSDistributionTopic.create(int serverId,
String dest)
Administration method creating and deploying a JMS distribution topic on a given server.
|
static Queue |
JMSDistributionQueue.create(int serverId,
String dest)
Administration method creating and deploying a JMS distribution queue on a given server.
|
static Topic |
JMSAcquisitionTopic.create(int serverId,
String dest)
Administration method creating and deploying a JMS acquisition topic on a given server.
|
static Queue |
JMSAcquisitionQueue.create(int serverId,
String dest)
Administration method creating and deploying a JMS acquisition queue on a given server.
|
static Queue |
FtpQueue.create(int serverId,
String name)
Administration method creating and deploying a FTP queue on a given server.
|
static Queue |
DeadMQueue.create(int serverId,
String name)
Deprecated.
Admin method creating and deploying a dead message queue on a given
server.
|
static Topic |
CollectorTopic.create(int serverId,
String url)
Administration method creating and deploying an URL acquisition topic on a given server.
|
static Queue |
CollectorQueue.create(int serverId,
String url)
Administration method creating and deploying an URL acquisition queue on a given server.
|
static Topic |
AMQPDistributionTopic.create(int serverId,
String dest)
Administration method creating and deploying a AMQP distribution topic on a given server.
|
static Queue |
AMQPDistributionQueue.create(int serverId,
String dest)
Administration method creating and deploying a AMQP distribution queue on a given server.
|
static Topic |
AMQPAcquisitionTopic.create(int serverId,
String dest)
Administration method creating and deploying a AMQP acquisition topic on a given server.
|
static Queue |
AMQPAcquisitionQueue.create(int serverId,
String dest)
Administration method creating and deploying a AMQP acquisition queue on a given server.
|
static Topic |
MonitoringTopic.create(int serverId,
String name,
Properties props)
Administration method creating and deploying a JMX acquisition topic on a given server.
|
static Queue |
MonitoringQueue.create(int serverId,
String name,
Properties props)
Administration method creating and deploying a JMX acquisition queue on a given server.
|
static Topic |
MailDistributionTopic.create(int serverId,
String name,
Properties props)
Administration method creating and deploying a Mail distribution topic on a given server.
|
static Queue |
MailDistributionQueue.create(int serverId,
String name,
Properties props)
Administration method creating and deploying a Mail distribution queue on a given server.
|
static Topic |
MailAcquisitionTopic.create(int serverId,
String name,
Properties props)
Administration method creating and deploying a mail acquisition topic on a given server.
|
static Queue |
MailAcquisitionQueue.create(int serverId,
String name,
Properties props)
Administration method creating and deploying a mail acquisition queue on a given server.
|
static Queue |
FtpQueue.create(int serverId,
String name,
Properties props)
Administration method creating and deploying a FTP queue on a given server.
|
Queue |
RestDistributionQueue.create(int serverId,
String name,
String dest)
Administration method creating and deploying a REST distribution queue on a given server.
|
Queue |
RestAcquisitionQueue.create(int serverId,
String name,
String dest)
Administration method creating and deploying a REST acquisition queue on a given server.
|
static Topic |
JMSDistributionTopic.create(int serverId,
String name,
String dest)
Administration method creating and deploying a JMS distribution topic on a given server.
|
static Queue |
JMSDistributionQueue.create(int serverId,
String name,
String dest)
Administration method creating and deploying a JMS distribution queue on a given server.
|
static Topic |
JMSAcquisitionTopic.create(int serverId,
String name,
String dest)
Administration method creating and deploying a JMS acquisition topic on a given server.
|
static Queue |
JMSAcquisitionQueue.create(int serverId,
String name,
String dest)
Administration method creating and deploying a JMS acquisition queue on a given server.
|
static Topic |
CollectorTopic.create(int serverId,
String name,
String url)
Administration method creating and deploying an URL acquisition topic on a given server.
|
static Queue |
CollectorQueue.create(int serverId,
String name,
String url)
Administration method creating and deploying an URL acquisition queue on a given server.
|
static Topic |
AMQPDistributionTopic.create(int serverId,
String name,
String dest)
Administration method creating and deploying a AMQP distribution topic on a given server.
|
static Queue |
AMQPDistributionQueue.create(int serverId,
String name,
String dest)
Administration method creating and deploying a AMQP distribution queue on a given server.
|
static Topic |
AMQPAcquisitionTopic.create(int serverId,
String name,
String dest)
Administration method creating and deploying a AMQP acquisition topic on a given server.
|
static Queue |
AMQPAcquisitionQueue.create(int serverId,
String name,
String dest)
Administration method creating and deploying a AMQP acquisition queue on a given server.
|
Queue |
RestDistributionQueue.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a REST distribution queue on a given server.
|
Queue |
RestAcquisitionQueue.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a REST acquisition queue on a given server.
|
static Topic |
JMSDistributionTopic.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a JMS distribution topic on a given server.
|
static Queue |
JMSDistributionQueue.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a JMS distribution queue on a given server.
|
static Topic |
JMSAcquisitionTopic.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a JMS acquisition topic on a given server.
|
static Queue |
JMSAcquisitionQueue.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a JMS acquisition queue on a given server.
|
static Topic |
CollectorTopic.create(int serverId,
String name,
String url,
Properties props)
Administration method creating and deploying an URL acquisition topic on a given server.
|
static Queue |
CollectorQueue.create(int serverId,
String name,
String url,
Properties props)
Administration method creating and deploying an URL acquisition queue on a given server.
|
static Topic |
AMQPDistributionTopic.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a AMQP distribution topic on a given server.
|
static Queue |
AMQPDistributionQueue.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a AMQP distribution queue on a given server.
|
static Topic |
AMQPAcquisitionTopic.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a AMQP acquisition topic on a given server.
|
static Queue |
AMQPAcquisitionQueue.create(int serverId,
String name,
String dest,
Properties props)
Administration method creating and deploying a AMQP acquisition queue on a given server.
|
static Queue |
SchedulerQueue.create(String name)
Administration method creating and deploying a scheduled queue on the local server.
|
Queue |
RestDistributionQueue.create(String dest)
Administration method creating and deploying a REST distribution queue on the local server.
|
Queue |
RestAcquisitionQueue.create(String dest)
Administration method creating and deploying a REST acquisition queue on the local server.
|
static Topic |
JMSDistributionTopic.create(String dest)
Administration method creating and deploying a JMS distribution topic on the local server.
|
static Queue |
JMSDistributionQueue.create(String dest)
Administration method creating and deploying a JMS distribution queue on the local server.
|
static Topic |
JMSAcquisitionTopic.create(String dest)
Administration method creating and deploying a JMS acquisition topic on the local server.
|
static Queue |
JMSAcquisitionQueue.create(String dest)
Administration method creating and deploying a JMS acquisition queue on the local server.
|
static Queue |
FtpQueue.create(String name)
Administration method creating and deploying a FTP queue on the local server.
|
static Topic |
CollectorTopic.create(String url)
Administration method creating and deploying an URL acquisition topic on the local server.
|
static Queue |
CollectorQueue.create(String url)
Administration method creating and deploying an URL acquisition queue on the local server.
|
static Topic |
AMQPDistributionTopic.create(String dest)
Administration method creating and deploying a AMQP distribution topic on the local server.
|
static Queue |
AMQPDistributionQueue.create(String dest)
Administration method creating and deploying a AMQP distribution queue on the local server.
|
static Topic |
AMQPAcquisitionTopic.create(String dest)
Administration method creating and deploying a AMQP acquisition topic on the local server.
|
static Queue |
AMQPAcquisitionQueue.create(String dest)
Administration method creating and deploying a AMQP acquisition queue on the local server.
|
static User |
User.create(String name,
String password)
Admin method creating a user on the local server and instantiating the
corresponding
User object. |
static User |
User.create(String name,
String password,
int serverId)
Admin method creating a user for a given server and instantiating the
corresponding
User object. |
static User |
User.create(String name,
String password,
int serverId,
String identityClassName)
Admin method creating a user for a given server and instantiating the
corresponding
User object. |
static User |
User.create(String name,
String password,
int serverId,
String identityClassName,
Properties prop)
Admin method creating a user for a given server and instantiating the
corresponding
User object. |
Queue |
AdminWrapper.createDeadMQueue(int serverId,
String name)
Deprecated.
No longer needed, any queue can be used as DMQ.
|
private static Identity |
User.createIdentity(String user,
String passwd,
String identityClassName)
Create a user Identity.
|
private Identity |
AdminWrapper.createIdentity(String user,
String passwd,
String identityClassName)
Create a user Identity.
|
Destination |
JoramAdmin.createQueue(int serverId,
String name)
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding
Queue instance. |
Destination |
AdminWrapper.createQueue(int serverId,
String name)
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
AdminItf.createQueue(int serverId,
String name)
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
JoramAdmin.createQueue(int serverId,
String name,
String className,
Properties prop) |
Destination |
AdminWrapper.createQueue(int serverId,
String name,
String className,
Properties prop)
Creates or retrieves a queue destination on a given JORAM server.
|
static Destination |
AdminModule.createQueue(int serverId,
String name,
String className,
Properties prop)
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
AdminItf.createQueue(int serverId,
String name,
String className,
Properties prop)
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
JoramAdmin.createQueue(String name)
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding
Queue instance. |
Destination |
AdminWrapper.createQueue(String name)
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
AdminItf.createQueue(String name)
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
JoramAdmin.createTopic(int serverId,
String name)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
Destination |
AdminWrapper.createTopic(int serverId,
String name)
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
AdminItf.createTopic(int serverId,
String name)
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
JoramAdmin.createTopic(int serverId,
String name,
String className,
Properties prop) |
Destination |
AdminWrapper.createTopic(int serverId,
String name,
String className,
Properties prop)
Creates or retrieves a topic destination on a given JORAM server.
|
static Destination |
AdminModule.createTopic(int serverId,
String name,
String className,
Properties prop)
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
AdminItf.createTopic(int serverId,
String name,
String className,
Properties prop)
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
JoramAdmin.createTopic(String name)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
Destination |
AdminWrapper.createTopic(String name)
Creates or retrieves a topic destination on the underlying JORAM server.
|
Destination |
AdminItf.createTopic(String name)
Creates or retrieves a topic destination on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.createUser(String name,
String password)
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId)
Creates or retrieves a user on the given JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password,
int serverId)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.createUser(String name,
String password,
int serverId)
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password,
int serverId,
String identityClassName)
Admin method creating a user for a given server and instantiating the
corresponding
User object. |
static User |
AdminModule.createUser(String name,
String password,
int serverId,
String identityClassName)
Admin method creating a user for a given server and instantiating the
corresponding
User object. |
User |
AdminItf.createUser(String name,
String password,
int serverId,
String identityClassName)
Admin method creating a user for a given server and instantiating the
corresponding
User object. |
User |
JoramAdmin.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
User |
AdminWrapper.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop)
Admin method creating a user for a given server and instantiating the
corresponding
User object. |
User |
AdminItf.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop)
Admin method creating a user for a given server and instantiating the
corresponding
User object. |
User |
JoramAdmin.createUser(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.createUser(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
void |
UserMBean.delete()
Removes this user.
|
void |
User.delete()
Removes this user.
|
String |
JoramAdmin.deleteAMQPBridgeConnection(int serverId,
String names) |
String |
AdminWrapper.deleteAMQPBridgeConnection(int serverId,
String names)
Removes the live connection to the specified AMQP server.
|
static String |
AdminModule.deleteAMQPBridgeConnection(int serverId,
String names)
Removes the live connection to the specified AMQP server.
|
String |
AdminItf.deleteAMQPBridgeConnection(int serverId,
String names)
Removes the live connection to the specified AMQP server.
|
String |
JoramAdmin.deleteJMSBridgeConnection(int serverId,
String names) |
String |
AdminWrapper.deleteJMSBridgeConnection(int serverId,
String names)
Removes the live connection to the specified JMS server.
|
static String |
AdminModule.deleteJMSBridgeConnection(int serverId,
String names)
Removes the live connection to the specified AMQP server.
|
String |
AdminItf.deleteJMSBridgeConnection(int serverId,
String names)
Removes the live connection to the specified AMQP server.
|
String |
JoramAdmin.deleteJMSBridgeConnection(int serverId,
String names,
boolean async) |
String |
AdminWrapper.deleteJMSBridgeConnection(int serverId,
String names,
boolean async)
Removes the live connection to the specified JMS server.
|
static String |
AdminModule.deleteJMSBridgeConnection(int serverId,
String names,
boolean async)
Removes the live connection to the specified AMQP server.
|
String |
AdminItf.deleteJMSBridgeConnection(int serverId,
String names,
boolean async)
Removes the live connection to the specified JMS server.
|
String |
JoramAdmin.deleteJMSPBridgeConnection(int serverId,
String names)
Deprecated.
|
String |
AdminWrapper.deleteJMSPBridgeConnection(int serverId,
String names)
Deprecated.
Use deleteJMSBridgeConnection instead.
|
static String |
AdminModule.deleteJMSPBridgeConnection(int serverId,
String names)
Deprecated.
|
String |
AdminItf.deleteJMSPBridgeConnection(int serverId,
String names)
Deprecated.
Use deleteJMSBridgeConnection instead.
|
String |
JoramAdmin.deleteJMSPBridgeConnection(int serverId,
String names,
boolean async)
Deprecated.
|
String |
AdminWrapper.deleteJMSPBridgeConnection(int serverId,
String names,
boolean async)
Deprecated.
Use deleteJMSBridgeConnection instead.
|
static String |
AdminModule.deleteJMSPBridgeConnection(int serverId,
String names,
boolean async)
Deprecated.
|
String |
AdminItf.deleteJMSPBridgeConnection(int serverId,
String names,
boolean async)
Deprecated.
Use deleteJMSBridgeConnection instead.
|
void |
UserMBean.deleteMessage(String subName,
String msgId) |
void |
User.deleteMessage(String subName,
String msgId) |
static void |
AdminModule.doCollocatedConnect(String name,
String password,
String identityClass)
Opens a connection with the collocated JORAM server.
|
private static void |
AdminModule.doConnect(AbstractConnectionFactory cf,
String name,
String password,
String identityClass)
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given
ConnectionFactory . |
private static void |
AdminModule.doConnect(String host,
int port,
String name,
String password,
int cnxTimer,
String reliableClass,
String identityClass)
Opens a TCP connection with the Joram server running on a given host and
listening to a given port.
|
static JoramAdmin |
JoramAdmin.doCreate(AbstractConnectionFactory cf,
String name,
String password,
String identityClass)
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given
ConnectionFactory . |
private AdminReply |
User.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
AdminReply |
JoramAdmin.doRequest(AdminRequest request) |
AdminReply |
AdminWrapper.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
static AdminReply |
AdminModule.doRequest(AdminRequest request)
Deprecated.
|
AdminReply |
AdminItf.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
void |
JoramAdminMBean.exportRepositoryToFile(String exportDir,
String exportFilename)
Export the repository content to an XML file
- only the destinations objects are retrieved in this version
- xml script format of the admin objects (joramAdmin.xml)
|
void |
JoramAdmin.exportRepositoryToFile(String exportDir,
String exportFilename)
Export the repository content to an XML file
- only the destinations objects are retrieved in this version
- xml script format of the admin objects (joramAdmin.xml)
Be careful, currently this method use the static administration connection
through the AdminModule Class.
|
static void |
AdminModule.exportRepositoryToFile(String exportDir,
String exportFilename)
Export the repository content to an XML file
- only the destinations objects are retrieved in this version
- xml script format of the admin objects (joramAdmin.xml)
|
void |
JoramAdminMBean.getAllDestinations(int serverId)
This method creates and registers MBeans for all the destinations of
the selected server.
|
void |
JoramAdmin.getAllDestinations(int serverId)
This method creates and registers MBeans for all the destinations of
the selected server.
|
void |
JoramAdminMBean.getAllUsers(int serverId)
This method creates and registers MBeans for all the users of
the selected server.
|
void |
JoramAdmin.getAllUsers(int serverId) |
String |
JoramAdmin.getConfiguration()
Returns the current servers configuration (equivalent to the a3servers.xml file).
|
String |
AdminWrapper.getConfiguration()
Returns the current servers configuration (a3servers.xml).
|
static String |
AdminModule.getConfiguration()
Returns the current servers configuration (a3servers.xml).
|
String |
AdminItf.getConfiguration()
Returns the current servers configuration (a3servers.xml).
|
Queue |
JoramAdmin.getDefaultDMQ() |
Queue |
AdminWrapper.getDefaultDMQ()
Returns the default dead message queue for the local server, null if not
set.
|
static Queue |
AdminModule.getDefaultDMQ()
Returns the default dead message queue for the local server, null if not
set.
|
Queue |
AdminItf.getDefaultDMQ()
Returns the default dead message queue for the local server, null if not
set.
|
Queue |
JoramAdmin.getDefaultDMQ(int serverId) |
Queue |
AdminWrapper.getDefaultDMQ(int serverId)
Returns the default dead message queue for a given server, null if not set.
|
static Queue |
AdminModule.getDefaultDMQ(int serverId)
Returns the default dead message queue for a given server, null if not set.
|
Queue |
AdminItf.getDefaultDMQ(int serverId)
Returns the default dead message queue for a given server, null if not set.
|
String |
JoramAdminMBean.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
JoramAdmin.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
AdminWrapper.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
static String |
AdminModule.getDefaultDMQId()
Returns the default dead message queue for the local server, null if not
set.
|
String |
AdminItf.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
JoramAdminMBean.getDefaultDMQId(int serverId)
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
JoramAdmin.getDefaultDMQId(int serverId)
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
AdminWrapper.getDefaultDMQId(int serverId)
Returns the unique identifier of the default dead message queue for a given
server, null if not set.
|
static String |
AdminModule.getDefaultDMQId(int serverId)
Returns the default dead message queue for a given server, null if not
set.
|
String |
AdminItf.getDefaultDMQId(int serverId)
Returns the unique identifier of the default dead message queue for a given
server, null if not set.
|
int |
JoramAdminMBean.getDefaultThreshold()
Returns the default threshold value for the local server, -1 if not set.
|
int |
JoramAdmin.getDefaultThreshold()
Returns the default threshold value for the local server, -1 if not set.
|
int |
AdminWrapper.getDefaultThreshold()
Returns the default threshold value for the local server, -1 if not set.
|
static int |
AdminModule.getDefaultThreshold()
Returns the default threshold value for the local server, -1 if not set.
|
int |
AdminItf.getDefaultThreshold()
Returns the default threshold value for the local server, -1 if not set.
|
int |
JoramAdminMBean.getDefaultThreshold(int serverId)
Returns the default threshold value for a given server, -1 if not set.
|
int |
JoramAdmin.getDefaultThreshold(int serverId)
Returns the default threshold value for a given server, -1 if not set.
|
int |
AdminWrapper.getDefaultThreshold(int serverId)
Returns the default threshold value for a given server, -1 if not set.
|
static int |
AdminModule.getDefaultThreshold(int serverId)
Returns the default threshold value for a given server, -1 if not set.
|
int |
AdminItf.getDefaultThreshold(int serverId)
Returns the default threshold value for a given server, -1 if not set.
|
Destination[] |
JoramAdmin.getDestinations()
This method creates and registers MBeans for all the destinations on
the local server.
|
Destination[] |
AdminWrapper.getDestinations()
Returns the list of all destinations that exist on the local server.
|
static Destination[] |
AdminModule.getDestinations()
Returns the list of all destinations that exist on the local server,
or null if none exist.
|
Destination[] |
AdminItf.getDestinations()
Returns the list of all destinations that exist on the local server.
|
Destination[] |
JoramAdmin.getDestinations(int serverId)
This method creates and registers MBeans for all the destinations of
the selected server.
|
Destination[] |
AdminWrapper.getDestinations(int serverId)
Returns the list of all destinations that exist on a given server.
|
static Destination[] |
AdminModule.getDestinations(int serverId)
Returns the list of all destinations that exist on a given server,
or null if none exist.
|
Destination[] |
AdminItf.getDestinations(int serverId)
Returns the list of all destinations that exist on a given server.
|
static List |
AdminModule.getDestinationsList()
Deprecated.
No longer supported next to Joram 5.2
|
static List |
AdminModule.getDestinationsList(int serverId)
Deprecated.
No longer supported next to Joram 5.2
|
Queue |
User.getDMQ()
Monitoring method returning the dead message queue of this user,
null if not set.
|
String |
UserMBean.getDMQId()
Returns the dead message queue Id for this user, null if not set.
|
String |
User.getDMQId()
Monitoring method returning the dead message queue id of this user,
null if not set.
|
String[] |
JoramAdminMBean.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server.
|
String[] |
JoramAdmin.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server.
|
String[] |
AdminWrapper.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server.
|
static String[] |
AdminModule.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server.
|
String[] |
AdminItf.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server.
|
String |
UserMBean.getInterceptorsIN()
get interceptors.
|
String |
User.getInterceptorsIN()
Get interceptors.
|
String |
UserMBean.getInterceptorsOUT()
get interceptors.
|
String |
User.getInterceptorsOUT()
Get interceptors.
|
Hashtable |
JoramAdmin.getJMXAttribute(int serverId,
String attname) |
Hashtable |
AdminWrapper.getJMXAttribute(int serverId,
String attname)
Returns JMX attribute value for the specified server.
|
static Hashtable |
AdminModule.getJMXAttribute(int serverId,
String attname)
Returns JMX attribute value for the specified server.
|
Hashtable |
AdminItf.getJMXAttribute(int serverId,
String attname)
Returns JMX attribute value for the specified server.
|
Hashtable |
JoramAdmin.getJMXAttribute(String attname) |
Hashtable |
AdminWrapper.getJMXAttribute(String attname)
Returns JMX attribute value for the local server.
|
static Hashtable |
AdminModule.getJMXAttribute(String attname)
Returns JMX attribute value for the local server.
|
Hashtable |
AdminItf.getJMXAttribute(String attname)
Returns JMX attribute value for the local server.
|
void |
JoramAdminMBean.getLocalDestinations()
This method creates and registers MBeans for all the destinations on
the local server.
|
void |
JoramAdmin.getLocalDestinations()
This method creates and registers MBeans for all the destinations on
the local server.
|
String |
JoramAdmin.getLocalHost() |
String |
AdminWrapper.getLocalHost()
Returns the host name of the server the module is connected to.
|
String |
AdminItf.getLocalHost()
Returns the host name of the server the module is connected to.
|
String |
JoramAdmin.getLocalName() |
String |
AdminWrapper.getLocalName()
Returns the name of the server the module is connected to.
|
String |
AdminItf.getLocalName()
Returns the name of the server the module is connected to.
|
Server |
JoramAdmin.getLocalServer() |
Server |
AdminWrapper.getLocalServer()
Returns the information about the current server: unique identifier, symbolic name and hostname.
|
static Server |
AdminModule.getLocalServer() |
Server |
AdminItf.getLocalServer()
Returns the information about the current server: unique identifier, symbolic name and hostname.
|
int |
JoramAdmin.getLocalServerId() |
int |
AdminWrapper.getLocalServerId()
Returns the identifier of the server the module is connected to.
|
static int |
AdminModule.getLocalServerId()
Returns the identifier of the server the module is connected to.
|
int |
AdminItf.getLocalServerId()
Returns the identifier of the server the module is connected to.
|
void |
JoramAdminMBean.getLocalUsers()
This method creates and registers MBeans for all the users on
the local server.
|
void |
JoramAdmin.getLocalUsers() |
Message |
User.getMessage(String subName,
String msgId)
Returns a copy of a message of the subscription.
|
String |
UserMBean.getMessageDigest(String subName,
String msgId) |
String |
User.getMessageDigest(String subName,
String msgId) |
Properties |
UserMBean.getMessageHeader(String subName,
String msgId) |
Properties |
User.getMessageHeader(String subName,
String msgId) |
String[] |
UserMBean.getMessageIds(String subName) |
String[] |
User.getMessageIds(String subName) |
Properties |
UserMBean.getMessageProperties(String subName,
String msgId) |
Properties |
User.getMessageProperties(String subName,
String msgId) |
int |
UserMBean.getNbMaxMsg(String subName) |
int |
User.getNbMaxMsg(String subName)
Monitoring method returning the nbMaxMsg of this subscription, -1 if no limit.
|
Server[] |
JoramAdmin.getServers() |
Server[] |
AdminWrapper.getServers()
Returns the list of the platform's servers' identifiers.
|
static Server[] |
AdminModule.getServers() |
Server[] |
AdminItf.getServers()
Returns the list of the platform's servers' descriptions.
|
Server[] |
JoramAdmin.getServers(String domain) |
Server[] |
AdminWrapper.getServers(String domain)
Returns the list of the servers' that belong to the specified domain.
|
static Server[] |
AdminModule.getServers(String domain)
Returns the list of the servers' that belong to the specified domain
|
Server[] |
AdminItf.getServers(String domain)
Returns the list of the servers' that belong to the specified domain.
|
int[] |
JoramAdminMBean.getServersIds()
Returns the list of the platform's servers' identifiers.
|
int[] |
JoramAdmin.getServersIds()
Returns the list of the platform's servers' identifiers.
|
int[] |
AdminWrapper.getServersIds()
Returns the list of the platform's servers' identifiers.
|
static List |
AdminModule.getServersIds()
Deprecated.
No longer supported next to Joram 5.2
|
int[] |
AdminItf.getServersIds()
Returns the list of the platform's servers' identifiers.
|
int[] |
JoramAdminMBean.getServersIds(String domain)
Returns the list of the servers' identifiers that belong to the specified domain
|
int[] |
JoramAdmin.getServersIds(String domain)
Returns the list of the servers' identifiers that belong to the specified domain
|
int[] |
AdminWrapper.getServersIds(String domain)
Returns the list of the servers' identifiers that belong to the specified domain
|
static List |
AdminModule.getServersIds(String domain)
Deprecated.
No longer supported next to Joram 5.2
|
int[] |
AdminItf.getServersIds(String domain)
Returns the list of the servers' identifiers that belong to the specified domain
|
String[] |
JoramAdmin.getServersNames() |
String[] |
AdminWrapper.getServersNames()
Returns the list of the platform's servers' names.
|
String[] |
AdminItf.getServersNames()
Returns the list of the platform's servers' names.
|
String[] |
JoramAdmin.getServersNames(String domain) |
String[] |
AdminWrapper.getServersNames(String domain)
Returns the list of the servers' names that belong to the specified domain
|
String[] |
AdminItf.getServersNames(String domain)
Returns the list of the servers' names that belong to the specified domain
|
Hashtable |
JoramAdmin.getStatistics() |
Hashtable |
AdminWrapper.getStatistics()
Returns statistics for the local server.
|
static Hashtable |
AdminModule.getStatistics()
Returns statistics for the local server.
|
Hashtable |
AdminItf.getStatistics()
Returns statistics for the local server.
|
Hashtable |
JoramAdmin.getStatistics(int serverId) |
Hashtable |
AdminWrapper.getStatistics(int serverId)
Returns statistics for the specified server.
|
static Hashtable |
AdminModule.getStatistics(int serverId)
Returns statistics for the the specified server.
|
Hashtable |
AdminItf.getStatistics(int serverId)
Returns statistics for the the specified server.
|
Subscription |
UserMBean.getSubscription(String subName) |
Subscription |
User.getSubscription(String subName)
Returns a subscription.
|
List |
User.getSubscriptionList()
used by MBean jmx
|
Subscription[] |
UserMBean.getSubscriptions()
Returns the subscriptions owned by a user.
|
Subscription[] |
User.getSubscriptions()
Returns the subscriptions owned by a user.
|
String |
UserMBean.getSubscriptionString(String subName)
Returns a subscription.
|
String |
User.getSubscriptionString(String subName)
used by MBean jmx
|
int |
UserMBean.getThreshold()
Returns the threshold for this user, -1 if not set.
|
int |
User.getThreshold()
Returns the threshold for this user, -1 if not set.
|
int |
User.getThreshold(String subname)
Returns the threshold for a particular subscription of this user,
-1 if not set.
|
User[] |
JoramAdmin.getUsers()
This method creates and registers MBeans for all the users on
the local server.
|
User[] |
AdminWrapper.getUsers()
Returns the list of all users that exist on the local server.
|
static User[] |
AdminModule.getUsers()
Returns the list of all users that exist on the local server, or null if none exist.
|
User[] |
AdminItf.getUsers()
Returns the list of all users that exist on the local server.
|
User[] |
JoramAdmin.getUsers(int serverId)
This method creates and registers MBeans for all the users of
the selected server.
|
User[] |
AdminWrapper.getUsers(int serverId)
Returns the list of all users that exist on a given server.
|
static User[] |
AdminModule.getUsers(int serverId)
Returns the list of all users that exist on a given server, or null if none exist.
|
User[] |
AdminItf.getUsers(int serverId)
Returns the list of all users that exist on a given server.
|
static List |
AdminModule.getUsersList()
Deprecated.
No longer supported next to Joram 5.2
|
static List |
AdminModule.getUsersList(int serverId)
Deprecated.
No longer supported next to Joram 5.2
|
String |
JoramAdmin.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args) |
String |
AdminWrapper.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args)
Invokes the specified static method with the specified parameters on the
chosen server.
|
static String |
AdminModule.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args)
Invokes the specified static method with the specified parameters on the
chosen server.
|
String |
AdminItf.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args)
Invokes the specified static method with the specified parameters on the
chosen server.
|
String |
JoramAdmin.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args,
boolean async) |
String |
AdminWrapper.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args,
boolean async)
Invokes the specified static method with the specified parameters on the
chosen server.
|
static String |
AdminModule.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args,
boolean async)
Invokes the specified static method with the specified parameters on the
chosen server.
|
static String |
AdminModule.invokeStaticServerMethod(String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args)
Invokes the specified static method with the specified parameters on the
local server.
|
static String |
AdminModule.invokeStaticServerMethod(String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args,
boolean async)
Invokes the specified static method with the specified parameters on the
local server.
|
static void |
AdminHelper.leaveQueueCluster(Queue clusterQueue,
Queue leaveQueue)
Deprecated.
|
static AdminReply |
AdminHelper.listQueueCluster(Queue clusterQueue)
Deprecated.
|
AdminReply |
JoramAdminMBean.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
JoramAdmin.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
AdminWrapper.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
static AdminReply |
AdminModule.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
AdminItf.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
void |
JoramAdminMBean.queueCreate(int serverId,
String name)
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding
Queue instance. |
void |
JoramAdmin.queueCreate(int serverId,
String name) |
void |
JoramAdminMBean.queueCreate(String name)
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding
Queue instance. |
void |
JoramAdmin.queueCreate(String name) |
Message |
User.readMessage(String subName,
String msgId)
Deprecated.
|
void |
JoramAdminMBean.removeDomain(String domain)
Removes a domain from the platform.
|
void |
JoramAdmin.removeDomain(String domain)
Removes a domain from the platform.
|
void |
AdminWrapper.removeDomain(String domain)
Removes a domain from the platform.
|
static void |
AdminModule.removeDomain(String domain)
Removes a domain from the platform.
|
void |
AdminItf.removeDomain(String domain)
Removes a domain from the platform.
|
void |
UserMBean.removeInterceptorsIN(String interceptors)
remove interceptors
|
void |
User.removeInterceptorsIN(String interceptors)
Remove interceptors
|
void |
UserMBean.removeInterceptorsOUT(String interceptors)
remove interceptors
|
void |
User.removeInterceptorsOUT(String interceptors)
Remove interceptors
|
void |
JoramAdminMBean.removeServer(int sid)
Removes a server from the platform.
|
void |
JoramAdmin.removeServer(int sid)
Removes a server from the platform.
|
void |
AdminWrapper.removeServer(int sid)
Removes a server from the platform.
|
static void |
AdminModule.removeServer(int sid)
Removes a server from the platform.
|
void |
AdminItf.removeServer(int sid)
Removes a server from the platform.
|
void |
User.replaceInterceptorIN(String newInterceptor,
String oldInterceptor)
Replace interceptor IN
|
void |
User.replaceInterceptorIN(String newInterceptor,
String oldInterceptor,
Properties properties)
Replace interceptor IN
|
void |
User.replaceInterceptorOUT(String newInterceptor,
String oldInterceptor)
Replace interceptor OUT
|
void |
User.replaceInterceptorOUT(String newInterceptor,
String oldInterceptor,
Properties properties)
Replace interceptor OUT
|
AdminReply |
AdminRequestor.request(AdminRequest request)
Sends an administration request and waits for a reply.
|
static void |
AdminHelper.setClusterLink(Topic clusterTopic,
Topic joiningTopic)
Deprecated.
|
void |
JoramAdmin.setDefaultDMQ(int serverId,
Queue dmq) |
void |
AdminWrapper.setDefaultDMQ(int serverId,
Queue dmq)
Sets a given dead message queue as the default DMQ for a given server
(
null for unsetting previous DMQ). |
static void |
AdminModule.setDefaultDMQ(int serverId,
Queue dmq)
Sets a given dead message queue as the default DMQ for a given server
(
null for unsetting previous DMQ). |
void |
AdminItf.setDefaultDMQ(int serverId,
Queue dmq)
Sets a given dead message queue as the default DMQ for a given server
(
null for unsetting previous DMQ). |
void |
JoramAdmin.setDefaultDMQ(Queue dmq) |
void |
AdminWrapper.setDefaultDMQ(Queue dmq)
Sets a given dead message queue as the default DMQ for the local server
(
null for unsetting previous DMQ). |
static void |
AdminModule.setDefaultDMQ(Queue dmq)
Sets a given dead message queue as the default DMQ for the local server
(
null for unsetting previous DMQ). |
void |
AdminItf.setDefaultDMQ(Queue dmq)
Sets a given dead message queue as the default DMQ for the local server
(
null for unsetting previous DMQ). |
void |
JoramAdminMBean.setDefaultDMQId(int serverId,
String dmqId)
Sets a given dead message queue as the default DMQ for a given server
(
null for unsetting previous DMQ). |
void |
JoramAdmin.setDefaultDMQId(int serverId,
String dmqId)
Sets a given dead message queue as the default DMQ for a given server
(
null for unsetting previous DMQ). |
void |
AdminWrapper.setDefaultDMQId(int serverId,
String dmqId)
Sets a given dead message queue as the default DMQ for a given server
(
null for unsetting previous DMQ). |
static void |
AdminModule.setDefaultDMQId(int serverId,
String dmqId)
Sets a given dead message queue as the default DMQ for a given server
(
null for unsetting previous DMQ). |
void |
AdminItf.setDefaultDMQId(int serverId,
String dmqId)
Sets a given dead message queue as the default DMQ for a given server
(
null for unsetting previous DMQ). |
void |
JoramAdminMBean.setDefaultDMQId(String dmqId)
Sets a given dead message queue as the default DMQ for the local server
(
null for unsetting previous DMQ). |
void |
JoramAdmin.setDefaultDMQId(String dmqId)
Sets a given dead message queue as the default DMQ for the local server
(
null for unsetting previous DMQ). |
void |
AdminWrapper.setDefaultDMQId(String dmqId)
Sets a given dead message queue as the default DMQ for the local server
(
null for unsetting previous DMQ). |
static void |
AdminModule.setDefaultDMQId(String dmqId)
Sets a given dead message queue as the default DMQ for the local server
(
null for unsetting previous DMQ). |
void |
AdminItf.setDefaultDMQId(String dmqId)
Sets a given dead message queue as the default DMQ for the local server
(
null for unsetting previous DMQ). |
void |
JoramAdminMBean.setDefaultThreshold(int threshold)
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
void |
JoramAdmin.setDefaultThreshold(int threshold)
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
void |
AdminWrapper.setDefaultThreshold(int threshold)
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
static void |
AdminModule.setDefaultThreshold(int threshold)
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
void |
AdminItf.setDefaultThreshold(int threshold)
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
void |
JoramAdminMBean.setDefaultThreshold(int serverId,
int threshold)
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
void |
JoramAdmin.setDefaultThreshold(int serverId,
int threshold)
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
void |
AdminWrapper.setDefaultThreshold(int serverId,
int threshold)
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
static void |
AdminModule.setDefaultThreshold(int serverId,
int threshold)
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
void |
AdminItf.setDefaultThreshold(int serverId,
int threshold)
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
void |
User.setDMQ(Queue dmq)
Admin method setting a given dead message queue for this user.
|
void |
UserMBean.setDMQId(String dmqId)
Admin method setting a given dead message queue Id for this user.
|
void |
User.setDMQId(String dmqId)
Admin method setting a given dead message queue for this user.
|
void |
ClusterDestination.setFreeReading() |
void |
ClusterDestination.setFreeWriting() |
static void |
AdminHelper.setHierarchicalLink(Topic father,
Topic son)
Deprecated.
|
void |
UserMBean.setNbMaxMsg(String subName,
int nbMaxMsg) |
void |
User.setNbMaxMsg(String subName,
int nbMaxMsg)
Admin method setting nbMaxMsg for this subscription.
|
static void |
AdminHelper.setQueueCluster(Destination clusterQueue,
Queue joiningQueue)
Deprecated.
|
static void |
AdminHelper.setQueueCluster(Queue clusterQueue,
Queue joiningQueue)
Deprecated.
|
void |
ClusterDestination.setReader(User user) |
void |
User.setRedeliveryDelay(int redeliveryDelay)
Set redeliveryDelay attribute.
|
void |
UserMBean.setThreshold(int thresh)
Admin method setting a given value as the threshold for this user.
|
void |
User.setThreshold(int threshold)
Admin method setting a given value as the threshold for this user.
|
void |
User.setThreshold(String subname,
int threshold)
Admin method setting a given value as the threshold for a particular
subscription of this user.
|
void |
ClusterDestination.setWriter(User user) |
void |
JoramAdminMBean.stopServer()
Stops the platform local server.
|
void |
JoramAdmin.stopServer()
Stops the platform local server.
|
void |
AdminWrapper.stopServer()
Stops the platform local server.
|
static void |
AdminModule.stopServer()
Stops the platform local server.
|
void |
AdminItf.stopServer()
Stops the platform local server.
|
void |
JoramAdminMBean.stopServer(int serverId)
Stops a given server of the platform.
|
void |
JoramAdmin.stopServer(int serverId)
Stops a given server of the platform.
|
void |
AdminWrapper.stopServer(int serverId)
Stops a given server of the platform.
|
static void |
AdminModule.stopServer(int serverId)
Stops a given server of the platform.
|
void |
AdminItf.stopServer(int serverId)
Stops a given server of the platform.
|
private void |
AdminRequestor.throwException(AdminReply reply)
Throws an exception corresponding to the error code of the reply if needed.
|
void |
JoramAdminMBean.topicCreate(int serverId,
String name)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
void |
JoramAdmin.topicCreate(int serverId,
String name) |
void |
JoramAdminMBean.topicCreate(String name)
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding
Topic instance. |
void |
JoramAdmin.topicCreate(String name) |
static void |
AdminHelper.unsetClusterLink(Topic topic)
Deprecated.
|
static void |
AdminHelper.unsetHierarchicalLink(Topic topic)
Deprecated.
|
void |
User.update(String newName,
String newPassword)
Admin method updating this user identification.
|
void |
User.update(String newName,
String newPassword,
String identityClassName)
Admin method updating this user identification.
|
void |
JoramAdminMBean.userCreate(String name,
String password)
Creates or retrieves a user on the underlying JORAM server.
|
void |
JoramAdmin.userCreate(String name,
String password) |
void |
JoramAdminMBean.userCreate(String name,
String password,
int serverId)
Creates or retrieves a user on the given JORAM server.
|
void |
JoramAdmin.userCreate(String name,
String password,
int serverId) |
void |
JoramAdminMBean.userCreate(String name,
String password,
int serverId,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
void |
JoramAdmin.userCreate(String name,
String password,
int serverId,
String identityClass) |
void |
JoramAdminMBean.userCreate(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
void |
JoramAdmin.userCreate(String name,
String password,
String identityClass) |
Constructor and Description |
---|
AdminWrapper(Connection cnx)
Creates an administration wrapper for a Joram server.
|
JoramAdmin(Connection cnx)
Creates a MBean to administer Joram using the default basename for JMX
registering (
JoramAdmin.JoramAdmin(Connection, String) ). |
JoramAdmin(Connection cnx,
String base)
Creates a MBean to administer Joram using the given basename for JMX registering.
|
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) |
static AdminItf |
AdminWrapperHelper.getWrapper(org.osgi.framework.BundleContext bundleContext,
AdminStruct adminStruct) |
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.setQueueThreshold(Queue queue,
String thresholdStr,
String nbMaxMsgStr) |
private void |
DestinationMSF.setQueueThreshold(Queue queue,
String thresholdStr,
String nbMaxMsgStr) |
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 | Method and Description |
---|---|
Destination |
AdminHelper.createQueue(int serverId,
String name) |
Destination |
AdminHelper.createQueue(int serverId,
String name,
String className,
Properties props) |
Destination |
AdminHelper.createQueue(String name) |
Destination |
AdminHelper.createTopic(int serverId,
String name) |
Destination |
AdminHelper.createTopic(int serverId,
String name,
String className,
Properties props) |
Destination |
AdminHelper.createTopic(String name) |
User |
AdminHelper.createUser(String name,
String password) |
User |
AdminHelper.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties props) |
void |
AdminHelper.deleteQueue(int serverId,
String name) |
void |
AdminHelper.deleteTopic(int serverId,
String name) |
void |
AdminHelper.deleteUser(String name,
String password,
int serverId) |
int |
AdminHelper.getLocalServerId() |
ArrayList<Destination> |
AdminHelper.getQueueNames(int serverId) |
ArrayList<Destination> |
AdminHelper.getTopicNames(int serverId) |
String |
AdminService.listQueue(HttpHeaders headers,
int serverId,
UriInfo uriInfo) |
String |
AdminService.listTopic(HttpHeaders headers,
int serverId,
UriInfo uriInfo) |
void |
AdminHelper.startJoramAdmin(String name) |
Copyright © 2021 ScalAgent D.T.. All rights reserved.