|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdminException | |
---|---|
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. |
Uses of AdminException in org.objectweb.joram.client.connector |
---|
Methods in org.objectweb.joram.client.connector that throw AdminException | |
---|---|
java.lang.String |
JoramAdapterMBean.createQueue(short serverId,
java.lang.String name)
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance. |
java.lang.String |
JoramAdapter.createQueue(short serverId,
java.lang.String name)
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance. |
java.lang.String |
JoramAdapter.createQueue(short serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
First tries to retrieve a queue destination on the underlying JORAM server first using JNDI then the Joram's internal name service. |
java.lang.String |
JoramAdapterMBean.createQueue(java.lang.String name)
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance. |
java.lang.String |
JoramAdapter.createQueue(java.lang.String name)
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance. |
java.lang.String |
JoramAdapterMBean.createTopic(short serverId,
java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
java.lang.String |
JoramAdapter.createTopic(short serverId,
java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
java.lang.String |
JoramAdapter.createTopic(short serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
java.lang.String |
JoramAdapterMBean.createTopic(java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
java.lang.String |
JoramAdapter.createTopic(java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
java.lang.String |
JoramAdapterMBean.createUser(java.lang.String name,
java.lang.String password)
Creates or retrieves a user on the underlying JORAM server. |
java.lang.String |
JoramAdapter.createUser(java.lang.String name,
java.lang.String password)
Creates or retrieves a user on the underlying JORAM server. |
java.lang.String |
JoramAdapterMBean.createUser(java.lang.String name,
java.lang.String password,
short serverId)
Creates or retrieves a user on the given JORAM server. |
java.lang.String |
JoramAdapter.createUser(java.lang.String name,
java.lang.String password,
short serverId)
Creates or retrieves a user on the given JORAM server. |
java.lang.String |
JoramAdapterMBean.createUser(java.lang.String name,
java.lang.String password,
short serverId,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
java.lang.String |
JoramAdapter.createUser(java.lang.String name,
java.lang.String password,
short serverId,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
java.lang.String |
JoramAdapterMBean.createUser(java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
java.lang.String |
JoramAdapter.createUser(java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
void |
JoramAdapterMBean.exportRepositoryToFile(java.lang.String exportDir)
Export the repository content to an XML file with default filename |
void |
JoramAdapter.exportRepositoryToFile(java.lang.String exportDir)
Export the repository content to an XML file with default filename |
void |
JoramAdapterMBean.exportRepositoryToFile(java.lang.String exportDir,
java.lang.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(java.lang.String exportDir,
java.lang.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) |
java.lang.String |
JoramAdapterMBean.getConfiguration()
Returns the current servers configuration (a3servers.xml). |
java.lang.String |
JoramAdapter.getConfiguration()
Returns the current servers configuration (a3servers.xml). |
java.lang.String |
JoramAdapterMBean.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local server, null if not set. |
java.lang.String |
JoramAdapter.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local server, null if not set. |
java.lang.String |
JoramAdapterMBean.getDefaultDMQId(short serverId)
Returns the unique identifier of the default dead message queue for a given server, null if not set. |
java.lang.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. |
java.lang.String[] |
JoramAdapterMBean.getDestinations()
Returns the list of all destinations that exist on the local server. |
java.lang.String[] |
JoramAdapter.getDestinations()
Returns the list of all destinations that exist on the local server. |
java.lang.String[] |
JoramAdapterMBean.getDestinations(short serverId)
Returns the list of all destinations that exist on the given server. |
java.lang.String[] |
JoramAdapter.getDestinations(short serverId)
Returns the list of all destinations that exist on the given server. |
java.lang.Short[] |
JoramAdapterMBean.getServersIds()
Returns the list of the platform's servers' identifiers. |
java.lang.Short[] |
JoramAdapter.getServersIds()
Returns the list of the platform's servers' identifiers. |
java.lang.String[] |
JoramAdapterMBean.getServersNames()
Returns the list of the platform's servers' names. |
java.lang.String[] |
JoramAdapter.getServersNames()
Returns the list of the platform's servers' names. |
java.lang.String[] |
JoramAdapterMBean.getUsers()
Returns the list of all users that exist on the local server. |
java.lang.String[] |
JoramAdapter.getUsers()
Returns the list of all users that exist on the local server. |
java.lang.String[] |
JoramAdapterMBean.getUsers(short serverId)
Returns the list of all users that exist on a given server. |
java.lang.String[] |
JoramAdapter.getUsers(short serverId)
Returns the list of all users that exist on a given server. |
void |
JoramAdapterMBean.removeDestination(java.lang.String name)
Remove a destination specified by its JNDI name on the underlying JORAM platform. |
void |
JoramAdapter.removeDestination(java.lang.String name)
Remove a destination specified by its JNDI name on the underlying JORAM platform. |
void |
JoramAdapterMBean.resetDefaultDMQ()
Unset the default dead message queue for the local server. |
void |
JoramAdapter.resetDefaultDMQ()
Unset the default dead message queue for the local server. |
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. |
Uses of AdminException in org.objectweb.joram.client.jms |
---|
Methods in org.objectweb.joram.client.jms that throw AdminException | |
---|---|
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 |
DestinationMBean.addInterceptors(java.lang.String interceptors)
add interceptors |
void |
Destination.addInterceptors(java.lang.String interceptors)
Administration method add interceptors. |
void |
DestinationMBean.addReader(java.lang.String proxyId)
Administration method setting a given user as a reader on this destination. |
void |
Destination.addReader(java.lang.String proxyId)
Administration method setting a given user as a reader on this destination. |
void |
DestinationMBean.addWriter(java.lang.String proxyId)
Administration method setting a given user as a writer on this destination. |
void |
Destination.addWriter(java.lang.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()
Admin 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)
Admin method creating and deploying a queue on a given server. |
static Topic |
Topic.create(int serverId,
java.util.Properties prop)
Admin method creating and deploying a topic on a given server. |
static Queue |
Queue.create(int serverId,
java.util.Properties prop)
Admin method creating and deploying a queue on a given server. |
static Topic |
Topic.create(int serverId,
java.lang.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,
java.lang.String name)
Admin method creating and deploying (or retrieving) a queue on a given server with a given name. |
static Topic |
Topic.create(int serverId,
java.lang.String className,
java.util.Properties prop)
Admin method creating and deploying a topic on a given server. |
static Queue |
Queue.create(int serverId,
java.lang.String className,
java.util.Properties prop)
Admin method creating and deploying a queue on a given server. |
static Topic |
Topic.create(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Admin method creating and deploying (or retrieving) a topic on a given server. |
static Queue |
Queue.create(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Admin method creating and deploying (or retrieving) a queue on a given server. |
static Topic |
Topic.create(java.lang.String name)
Admin method creating and deploying (or retrieving) a topic on the local server. |
static Queue |
Queue.create(java.lang.String name)
Admin 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(java.lang.String msgId)
|
void |
Queue.deleteMessage(java.lang.String msgId)
|
protected void |
Destination.doCreate(int serverId,
java.lang.String name,
java.lang.String className,
java.util.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. |
AdminReply |
Destination.doRequest(AdminRequest request)
Method actually sending an AdminRequest instance to
the platform and getting an AdminReply instance. |
java.util.List |
Topic.getClusterFellows()
Monitoring method returning the list describing the cluster this topic is part of. |
Queue |
Destination.getDMQ()
Monitoring method returning the dead message queue of this destination, null if not set. |
java.lang.String |
DestinationMBean.getDMQId()
Monitoring method returning the dead message queue id of this destination, null if not set. |
java.lang.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. |
java.lang.String |
DestinationMBean.getInterceptors()
|
java.lang.String |
Destination.getInterceptors()
Administration method to get interceptors list. |
javax.jms.Message |
Queue.getMessage(java.lang.String msgId)
Returns a copy of the message. |
java.lang.String |
QueueMBean.getMessageDigest(java.lang.String msgId)
|
java.lang.String |
Queue.getMessageDigest(java.lang.String msgId)
|
java.util.Properties |
QueueMBean.getMessageHeader(java.lang.String msgId)
|
java.util.Properties |
Queue.getMessageHeader(java.lang.String msgId)
|
java.lang.String[] |
QueueMBean.getMessageIds()
|
java.lang.String[] |
Queue.getMessageIds()
Returns the identifiers of all messages in this queue. |
java.util.Properties |
QueueMBean.getMessageProperties(java.lang.String msgId)
|
java.util.Properties |
Queue.getMessageProperties(java.lang.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. |
java.lang.String[] |
Queue.getQueueClusterElements()
Returns the reference of the queues that belong to the cluster. |
java.util.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. |
java.util.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. |
java.util.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. |
java.util.Hashtable |
DestinationMBean.getStatistic()
Deprecated. |
java.util.Hashtable |
Destination.getStatistic()
Deprecated. |
java.util.Hashtable |
DestinationMBean.getStatistics()
Returns values of all valid JMX attributes about the destination. |
java.util.Hashtable |
Destination.getStatistics()
Returns values of all valid JMX attributes about the destination. |
java.lang.String[] |
TopicMBean.getSubscriberIds()
Monitoring method returning an array containing the ids of users that subscribes on this topic. |
java.lang.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. |
java.util.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. |
java.util.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. |
java.util.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(java.lang.String id,
java.lang.String name,
byte type)
|
javax.jms.Message |
Queue.readMessage(java.lang.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(java.lang.String interceptors)
remove interceptors |
void |
Destination.removeInterceptors(java.lang.String interceptors)
Administration method to remove interceptors. |
void |
DestinationMBean.removeReader(java.lang.String proxyId)
Administration method unsetting a given user as a reader on this destination. |
void |
Destination.removeReader(java.lang.String proxyId)
Administration method unsetting a given user as a reader on this destination. |
void |
DestinationMBean.removeWriter(java.lang.String proxyId)
Administration method unsetting a given user as a writer on this destination. |
void |
Destination.removeWriter(java.lang.String proxyId)
Administration method unsetting a given user as a writer on this destination. |
void |
Destination.replaceInterceptor(java.lang.String newInterceptor,
java.lang.String oldInterceptor)
Administration method to replace interceptor. |
void |
Destination.setDMQ(Queue dmq)
Administration method setting or unsetting a dead message queue for this destination. |
void |
DestinationMBean.setDMQId(java.lang.String dmqId)
Admininistration method setting or unsetting a dead message queue for this destination. |
void |
Destination.setDMQId(java.lang.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 b)
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 b)
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)
Admin method setting nbMaxMsg for this queue. |
void |
Topic.setParent(Topic parent)
Creates a hierarchical relationship between this topic and its father topic. |
AdminReply |
Destination.setProperties(java.util.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 |
QueueMBean.setThreshold(int threshold)
Admin method setting or unsetting the threshold for this queue. |
void |
Queue.setThreshold(int threshold)
Admin 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. |
java.lang.String |
Destination.toXml(int indent,
int serverId)
Format the destination properties in a XML format |
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. |
Uses of AdminException in org.objectweb.joram.client.jms.admin |
---|
Subclasses of AdminException in org.objectweb.joram.client.jms.admin | |
---|---|
class |
NameAlreadyUsedException
|
class |
ServerIdAlreadyUsedException
|
class |
StartFailureException
|
class |
UnknownServerException
|
Methods in org.objectweb.joram.client.jms.admin that throw AdminException | |
---|---|
void |
JoramAdminMBean.addDomain(java.lang.String domain,
int sid,
int port)
Adds a domain to the platform. |
void |
JoramAdmin.addDomain(java.lang.String domain,
int sid,
int port)
Adds a domain to the platform. |
void |
AdminWrapper.addDomain(java.lang.String domain,
int sid,
int port)
Adds a domain to the platform. |
static void |
AdminModule.addDomain(java.lang.String domain,
int sid,
int port)
Adds a domain to the platform. |
void |
JoramAdminMBean.addDomain(java.lang.String domain,
java.lang.String network,
int sid,
int port)
Adds a domain to the platform using a specific network component. |
void |
JoramAdmin.addDomain(java.lang.String domain,
java.lang.String network,
int sid,
int port)
Adds a domain to the platform using a specific network component. |
void |
AdminWrapper.addDomain(java.lang.String domain,
java.lang.String network,
int sid,
int port)
Adds a domain to the platform using a specific network component. |
static void |
AdminModule.addDomain(java.lang.String domain,
java.lang.String network,
int sid,
int port)
Adds a domain to the platform using a specific network component. |
void |
UserMBean.addInterceptorsIN(java.lang.String interceptors)
add interceptors |
void |
User.addInterceptorsIN(java.lang.String interceptors)
add interceptors |
void |
UserMBean.addInterceptorsOUT(java.lang.String interceptors)
add interceptors |
void |
User.addInterceptorsOUT(java.lang.String interceptors)
add interceptors |
void |
JoramAdminMBean.addServer(int sid,
java.lang.String host,
java.lang.String domain,
int port,
java.lang.String server)
Adds a server to the platform. |
void |
JoramAdmin.addServer(int sid,
java.lang.String host,
java.lang.String domain,
int port,
java.lang.String server)
Adds a server to the platform. |
void |
AdminWrapper.addServer(int sid,
java.lang.String host,
java.lang.String domain,
int port,
java.lang.String server)
Adds a server to the platform. |
static void |
AdminModule.addServer(int sid,
java.lang.String host,
java.lang.String domain,
int port,
java.lang.String server)
Adds a server to the platform. |
void |
AdminWrapper.addServer(int sid,
java.lang.String host,
java.lang.String domain,
int port,
java.lang.String server,
java.lang.String[] services,
java.lang.String[] args)
Adds a server to the platform. |
static void |
AdminModule.addServer(int sid,
java.lang.String host,
java.lang.String domain,
int port,
java.lang.String server,
java.lang.String[] services,
java.lang.String[] args)
Adds a server to the platform. |
void |
UserMBean.clearSubscription(java.lang.String subName)
|
void |
User.clearSubscription(java.lang.String subName)
|
static void |
AdminModule.collocatedConnect()
Opens a connection with the collocated Joram server. |
static void |
AdminModule.collocatedConnect(java.lang.String name,
java.lang.String password)
Opens a connection with the collocated JORAM server. |
static void |
AdminModule.collocatedConnect(java.lang.String name,
java.lang.String password,
java.lang.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(javax.jms.ConnectionFactory cf)
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory . |
static void |
AdminModule.connect(javax.jms.ConnectionFactory cf,
java.lang.String name,
java.lang.String password)
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory . |
static void |
AdminModule.connect(javax.jms.ConnectionFactory cf,
java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory . |
void |
JoramAdminConnectMBean.connect(java.lang.String name)
Creates an administration connection with default parameters, a JoramAdmin MBean is created and registered in the given domain. |
void |
JoramAdminConnect.connect(java.lang.String name)
Creates an administration connection with default parameters, a JoramAdmin MBean is created and registered in the given domain. |
static void |
AdminModule.connect(java.lang.String host,
int port,
java.lang.String name,
java.lang.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(java.lang.String host,
int port,
java.lang.String name,
java.lang.String password,
int cnxTimer)
Deprecated. Next to Joram 5.2 use connect methods with ConnectionFactory. |
static void |
AdminModule.connect(java.lang.String host,
int port,
java.lang.String name,
java.lang.String password,
int cnxTimer,
java.lang.String reliableClass)
Deprecated. Next to Joram 5.2 use connect methods with ConnectionFactory. |
static void |
AdminModule.connect(java.lang.String host,
int port,
java.lang.String name,
java.lang.String password,
int cnxTimer,
java.lang.String reliableClass,
java.lang.String identityClass)
Deprecated. Next to Joram 5.2 use connect methods with ConnectionFactory. |
static void |
AdminModule.connect(java.lang.String name,
java.lang.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(java.lang.String name,
java.lang.String password,
int cnxTimer)
Deprecated. Next to Joram 5.2 use connect methods with ConnectionFactory. |
static void |
AdminModule.connect(java.lang.String name,
java.lang.String password,
int cnxTimer,
java.lang.String reliableClass)
Deprecated. Next to Joram 5.2 use connect methods with ConnectionFactory. |
void |
JoramAdminConnectMBean.connect(java.lang.String name,
java.lang.String host,
int port,
java.lang.String user,
java.lang.String pass)
Creates an administration connection with given parameters, a JoramAdmin MBean is created and registered. |
void |
JoramAdminConnect.connect(java.lang.String name,
java.lang.String host,
int port,
java.lang.String user,
java.lang.String pass)
Creates an administration connection with given parameters, a JoramAdmin MBean is created and registered. |
static void |
AdminModule.connect(javax.jms.TopicConnectionFactory cf,
java.lang.String name,
java.lang.String password)
Deprecated. No longer use TopicConnectionFactory next to Joram 5.2. |
static void |
AdminModule.connect(javax.jms.TopicConnectionFactory cf,
java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Deprecated. No longer use TopicConnectionFactory next to Joram 5.2. |
static Queue |
DeadMQueue.create()
Deprecated. Admin method creating and deploying a dead message queue on the local server. |
static Queue |
DeadMQueue.create(int serverId)
Deprecated. Admin method creating and deploying a dead message queue on a given server. |
static Queue |
DeadMQueue.create(int serverId,
java.lang.String name)
Deprecated. Admin method creating and deploying a dead message queue on a given server. |
static User |
User.create(java.lang.String name,
java.lang.String password)
Admin method creating a user on the local server and instantiating the corresponding User object. |
static User |
User.create(java.lang.String name,
java.lang.String password,
int serverId)
Admin method creating a user for a given server and instantiating the corresponding User object. |
static User |
User.create(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName)
Admin method creating a user for a given server and instantiating the corresponding User object. |
static User |
User.create(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName,
java.util.Properties prop)
Admin method creating a user for a given server and instantiating the corresponding User object. |
Queue |
AdminWrapper.createDeadMQueue(int serverId,
java.lang.String name)
Deprecated. No longer needed, any queue can be used as DMQ. |
void |
JoramAdminMBean.createQueue(int serverId,
java.lang.String name)
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance. |
void |
JoramAdmin.createQueue(int serverId,
java.lang.String name)
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance. |
Destination |
AdminWrapper.createQueue(int serverId,
java.lang.String name)
Creates or retrieves a queue destination on a given JORAM server. |
Destination |
AdminWrapper.createQueue(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a queue destination on a given JORAM server. |
static Destination |
AdminModule.createQueue(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a queue destination on a given JORAM server. |
void |
JoramAdminMBean.createQueue(java.lang.String name)
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance. |
void |
JoramAdmin.createQueue(java.lang.String name)
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance. |
Destination |
AdminWrapper.createQueue(java.lang.String name)
Creates or retrieves a queue destination on a given JORAM server. |
void |
JoramAdminMBean.createTopic(int serverId,
java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
void |
JoramAdmin.createTopic(int serverId,
java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
Destination |
AdminWrapper.createTopic(int serverId,
java.lang.String name)
Creates or retrieves a topic destination on a given JORAM server. |
Destination |
AdminWrapper.createTopic(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a topic destination on a given JORAM server. |
static Destination |
AdminModule.createTopic(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a topic destination on a given JORAM server. |
void |
JoramAdminMBean.createTopic(java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
void |
JoramAdmin.createTopic(java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance. |
Destination |
AdminWrapper.createTopic(java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server. |
void |
JoramAdminMBean.createUser(java.lang.String name,
java.lang.String password)
Creates or retrieves a user on the underlying JORAM server. |
void |
JoramAdmin.createUser(java.lang.String name,
java.lang.String password)
Creates or retrieves a user on the underlying JORAM server. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password)
Creates or retrieves a user on the underlying JORAM server. |
void |
JoramAdminMBean.createUser(java.lang.String name,
java.lang.String password,
int serverId)
Creates or retrieves a user on the given JORAM server. |
void |
JoramAdmin.createUser(java.lang.String name,
java.lang.String password,
int serverId)
Creates or retrieves a user on the given JORAM server. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password,
int serverId)
Creates or retrieves a user on the underlying JORAM server. |
void |
JoramAdminMBean.createUser(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
void |
JoramAdmin.createUser(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName)
Admin method creating a user for a given server and instantiating the corresponding User object. |
static User |
AdminModule.createUser(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName)
Admin method creating a user for a given server and instantiating the corresponding User object. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName,
java.util.Properties prop)
Admin method creating a user for a given server and instantiating the corresponding User object. |
void |
JoramAdminMBean.createUser(java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
void |
JoramAdmin.createUser(java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM server. |
void |
UserMBean.delete()
Removes this user. |
void |
User.delete()
Removes this user. |
void |
UserMBean.deleteMessage(java.lang.String subName,
java.lang.String msgId)
|
void |
User.deleteMessage(java.lang.String subName,
java.lang.String msgId)
|
static void |
AdminModule.doCollocatedConnect(java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Opens a connection with the collocated JORAM server. |
static JoramAdmin |
JoramAdmin.doCreate(AbstractConnectionFactory cf,
java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory . |
AdminReply |
User.doRequest(AdminRequest request)
Method actually sending an AdminRequest instance to
the platform and getting an AdminReply instance. |
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. |
void |
JoramAdminMBean.exportRepositoryToFile(java.lang.String exportDir,
java.lang.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(java.lang.String exportDir,
java.lang.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(java.lang.String exportDir,
java.lang.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) |
java.lang.String |
JoramAdminMBean.getConfiguration()
Returns the current servers configuration (equivalent to the a3servers.xml file). |
java.lang.String |
JoramAdmin.getConfiguration()
Returns the current servers configuration (equivalent to the a3servers.xml file). |
java.lang.String |
AdminWrapper.getConfiguration()
Returns the current servers configuration (a3servers.xml). |
static java.lang.String |
AdminModule.getConfiguration()
Returns the current servers configuration (a3servers.xml). |
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 |
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. |
java.lang.String |
JoramAdminMBean.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local server, null if not set. |
java.lang.String |
JoramAdmin.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local server, null if not set. |
java.lang.String |
AdminWrapper.getDefaultDMQId()
Returns the unique identifier of the default dead message queue for the local server, null if not set. |
static java.lang.String |
AdminModule.getDefaultDMQId()
Returns the default dead message queue for the local server, null if not set. |
java.lang.String |
JoramAdminMBean.getDefaultDMQId(int serverId)
Returns the unique identifier of the default dead message queue for the local server, null if not set. |
java.lang.String |
JoramAdmin.getDefaultDMQId(int serverId)
Returns the unique identifier of the default dead message queue for the local server, null if not set. |
java.lang.String |
AdminWrapper.getDefaultDMQId(int serverId)
Returns the unique identifier of the default dead message queue for a given server, null if not set. |
static java.lang.String |
AdminModule.getDefaultDMQId(int serverId)
Returns 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 |
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. |
void |
JoramAdminMBean.getDestinations()
This method creates and registers MBeans for all the destinations on the local server. |
void |
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. |
void |
JoramAdminMBean.getDestinations(int serverId)
This method creates and registers MBeans for all the destinations of the selected server. |
void |
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. |
static java.util.List |
AdminModule.getDestinationsList()
Deprecated. No longer supported next to Joram 5.2 |
static java.util.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. |
java.lang.String |
UserMBean.getDMQId()
Returns the dead message queue Id for this user, null if not set. |
java.lang.String |
User.getDMQId()
Monitoring method returning the dead message queue id of this user, null if not set. |
java.lang.String[] |
JoramAdminMBean.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server. |
java.lang.String[] |
JoramAdmin.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server. |
java.lang.String[] |
AdminWrapper.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server. |
static java.lang.String[] |
AdminModule.getDomainNames(int serverId)
Returns the list of the domain names that contains the specified server. |
java.lang.String |
UserMBean.getInterceptorsIN()
get interceptors. |
java.lang.String |
User.getInterceptorsIN()
get interceptors. |
java.lang.String |
UserMBean.getInterceptorsOUT()
get interceptors. |
java.lang.String |
User.getInterceptorsOUT()
get interceptors. |
java.lang.String |
AdminWrapper.getLocalHost()
Returns the host name of the server the module is connected to. |
java.lang.String |
AdminWrapper.getLocalName()
Returns the port number of the server the module is connected to. |
Server |
AdminWrapper.getLocalServer()
Returns the information about the current server: unique identifier, symbolic name and hostname. |
static Server |
AdminModule.getLocalServer()
|
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. |
Message |
User.getMessage(java.lang.String subName,
java.lang.String msgId)
|
java.lang.String |
UserMBean.getMessageDigest(java.lang.String subName,
java.lang.String msgId)
|
java.lang.String |
User.getMessageDigest(java.lang.String subName,
java.lang.String msgId)
|
java.util.Properties |
UserMBean.getMessageHeader(java.lang.String subName,
java.lang.String msgId)
|
java.util.Properties |
User.getMessageHeader(java.lang.String subName,
java.lang.String msgId)
|
java.lang.String[] |
UserMBean.getMessageIds(java.lang.String subName)
|
java.lang.String[] |
User.getMessageIds(java.lang.String subName)
|
java.util.Properties |
UserMBean.getMessageProperties(java.lang.String subName,
java.lang.String msgId)
|
java.util.Properties |
User.getMessageProperties(java.lang.String subName,
java.lang.String msgId)
|
int |
UserMBean.getNbMaxMsg(java.lang.String subName)
|
int |
User.getNbMaxMsg(java.lang.String subName)
Monitoring method returning the nbMaxMsg of this subscription, -1 if no limit. |
Server[] |
AdminWrapper.getServers()
Returns the list of the platform's servers' identifiers. |
static Server[] |
AdminModule.getServers()
|
Server[] |
AdminWrapper.getServers(java.lang.String domain)
Returns the list of the servers' that belong to the specified domain. |
static Server[] |
AdminModule.getServers(java.lang.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 java.util.List |
AdminModule.getServersIds()
Deprecated. No longer supported next to Joram 5.2 |
int[] |
JoramAdminMBean.getServersIds(java.lang.String domain)
Returns the list of the servers' identifiers that belong to the specified domain |
int[] |
JoramAdmin.getServersIds(java.lang.String domain)
Returns the list of the servers' identifiers that belong to the specified domain |
int[] |
AdminWrapper.getServersIds(java.lang.String domain)
Returns the list of the servers' identifiers that belong to the specified domain |
static java.util.List |
AdminModule.getServersIds(java.lang.String domain)
Deprecated. No longer supported next to Joram 5.2 |
java.lang.String[] |
AdminWrapper.getServersNames()
Returns the list of the platform's servers' names. |
java.lang.String[] |
AdminWrapper.getServersNames(java.lang.String domain)
Returns the list of the servers' names that belong to the specified domain |
java.util.Hashtable |
AdminWrapper.getStatistics()
Returns statistics for the local server. |
static java.util.Hashtable |
AdminModule.getStatistics()
Returns statistics for the local server. |
java.util.Hashtable |
AdminWrapper.getStatistics(int serverId)
Returns statistics for the the specified server. |
static java.util.Hashtable |
AdminModule.getStatistics(int serverId)
Returns statistics for the the specified server. |
Subscription |
UserMBean.getSubscription(java.lang.String subName)
|
Subscription |
User.getSubscription(java.lang.String subName)
Returns a subscription. |
java.util.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. |
java.lang.String |
UserMBean.getSubscriptionString(java.lang.String subName)
Returns a subscription. |
java.lang.String |
User.getSubscriptionString(java.lang.String subName)
|
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. |
void |
JoramAdminMBean.getUsers()
This method creates and registers MBeans for all the users on the local server. |
void |
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. |
void |
JoramAdminMBean.getUsers(int serverId)
This method creates and registers MBeans for all the users of the selected server. |
void |
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. |
static java.util.List |
AdminModule.getUsersList()
Deprecated. No longer supported next to Joram 5.2 |
static java.util.List |
AdminModule.getUsersList(int serverId)
Deprecated. No longer supported next to Joram 5.2 |
static void |
AdminHelper.leaveQueueCluster(Queue clusterQueue,
Queue leaveQueue)
Deprecated. |
static AdminReply |
AdminHelper.listQueueCluster(Queue clusterQueue)
Deprecated. |
AdminReply |
JoramAdminMBean.processAdmin(java.lang.String targetId,
int command,
java.util.Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic). |
AdminReply |
JoramAdmin.processAdmin(java.lang.String targetId,
int command,
java.util.Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic). |
AdminReply |
AdminWrapper.processAdmin(java.lang.String targetId,
int command,
java.util.Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic). |
static AdminReply |
AdminModule.processAdmin(java.lang.String targetId,
int command,
java.util.Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic). |
Message |
User.readMessage(java.lang.String subName,
java.lang.String msgId)
Deprecated. |
void |
JoramAdminMBean.removeDomain(java.lang.String domain)
Removes a domain from the platform. |
void |
JoramAdmin.removeDomain(java.lang.String domain)
Removes a domain from the platform. |
void |
AdminWrapper.removeDomain(java.lang.String domain)
Removes a domain from the platform. |
static void |
AdminModule.removeDomain(java.lang.String domain)
Removes a domain from the platform. |
void |
UserMBean.removeInterceptorsIN(java.lang.String interceptors)
remove interceptors |
void |
User.removeInterceptorsIN(java.lang.String interceptors)
remove interceptors |
void |
UserMBean.removeInterceptorsOUT(java.lang.String interceptors)
remove interceptors |
void |
User.removeInterceptorsOUT(java.lang.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 |
User.replaceInterceptorIN(java.lang.String newInterceptor,
java.lang.String oldInterceptor)
replace interceptor IN |
void |
User.replaceInterceptorOUT(java.lang.String newInterceptor,
java.lang.String oldInterceptor)
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 |
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 |
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 |
JoramAdminMBean.setDefaultDMQId(int serverId,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.String dmqId)
Sets a given dead message queue as the default DMQ for a given server ( null for unsetting previous DMQ). |
void |
JoramAdminMBean.setDefaultDMQId(java.lang.String dmqId)
Sets a given dead message queue as the default DMQ for the local server ( null for unsetting previous DMQ). |
void |
JoramAdmin.setDefaultDMQId(java.lang.String dmqId)
Sets a given dead message queue as the default DMQ for the local server ( null for unsetting previous DMQ). |
void |
AdminWrapper.setDefaultDMQId(java.lang.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(java.lang.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 |
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 |
User.setDMQ(Queue dmq)
Admin method setting a given dead message queue for this user. |
void |
UserMBean.setDMQId(java.lang.String dmqId)
Admin method setting a given dead message queue Id for this user. |
void |
User.setDMQId(java.lang.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(java.lang.String subName,
int nbMaxMsg)
|
void |
User.setNbMaxMsg(java.lang.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 |
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 |
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 |
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. |
static void |
AdminHelper.unsetClusterLink(Topic topic)
Deprecated. |
static void |
AdminHelper.unsetHierarchicalLink(Topic topic)
Deprecated. |
void |
User.update(java.lang.String newName,
java.lang.String newPassword)
Admin method updating this user identification. |
void |
User.update(java.lang.String newName,
java.lang.String newPassword,
java.lang.String identityClassName)
Admin method updating this user identification. |
Constructors in org.objectweb.joram.client.jms.admin that throw AdminException | |
---|---|
AdminWrapper(javax.jms.Connection cnx)
Creates an administration wrapper for a Joram server. |
|
JoramAdmin(javax.jms.Connection cnx)
Creates a MBean to administer Joram using the default basename for JMX registering ( JoramAdmin.JoramAdmin(Connection, String) ). |
|
JoramAdmin(javax.jms.Connection cnx,
java.lang.String base)
Creates a MBean to administer Joram using the given basename for JMX registering. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |