public interface AdminTopicMBean extends TopicMBean
Modifier and Type | Method and Description |
---|---|
void |
createQueue(String name)
Creates a new queue on the local server.
|
void |
createQueue(String name,
int serverId)
Creates a new queue on the selected server.
|
void |
createQueue(String name,
String queueClassName,
int serverId)
Creates a new queue on the selected server.
|
void |
createTopic(String name)
Creates a new topic on the local server.
|
void |
createTopic(String name,
int serverId)
Creates a new topic on the selected server.
|
void |
createTopic(String name,
String topicClassName,
int serverId)
Creates a new topic on the selected server.
|
void |
createUser(String user,
String passwd)
Creates a new user on the local server.
|
void |
createUser(String user,
String passwd,
int serverId)
Creates a new user on the selected server.
|
void |
createUser(String user,
String passwd,
int serverId,
String identityClassName)
Creates a new user on the selected server.
|
getNumberOfSubscribers, getSubscriberIds
delete, getCreationDate, getCreationTimeInMillis, getDestinationId, getDMQId, getName, getNbMsgsDeliverSinceCreation, getNbMsgsReceiveSinceCreation, getNbMsgsSentToDMQSinceCreation, getPeriod, getRight, getRights, isFreeReading, isFreeWriting, setFreeReading, setFreeWriting, setPeriod, toString
getAgentId, getCommitTime, getReactNb, getReactTime, isAgentProfiling, isFixed, resetCommitTime, resetReactTime, resetTimer, setAgentProfiling
getClusterElements
void createTopic(String name, String topicClassName, int serverId)
name
- the topic nametopicClassName
- the topic class to instantiateserverId
- the server where the topic will be deployedvoid createTopic(String name, int serverId)
Topic
.name
- the topic nameserverId
- the server where the topic will be deployedvoid createTopic(String name)
name
- the topic namevoid createQueue(String name, String queueClassName, int serverId)
name
- the topic namequeueClassName
- the queue class to instantiateserverId
- the server where the queue will be deployedvoid createQueue(String name, int serverId)
Queue
.name
- the topic nameserverId
- the server where the queue will be deployedvoid createQueue(String name)
name
- the queue namevoid createUser(String user, String passwd, int serverId, String identityClassName) throws Exception
user
- the user namepasswd
- the user passwordserverId
- the server where the user will be createdidentityClassName
- the identity class name to instantiateException
void createUser(String user, String passwd, int serverId) throws Exception
SimpleIdentity
class is
used.user
- the user namepasswd
- the user passwordserverId
- the server where the user will be createdException
void createUser(String user, String passwd) throws Exception
SimpleIdentity
class is
used.user
- the user namepasswd
- the user passwordException
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.