|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminTopicImplMBean
Method Summary | |
---|---|
void |
createQueue(java.lang.String name)
Creates a new queue on the local server. |
void |
createQueue(java.lang.String name,
int serverId)
Creates a new queue on the selected server. |
void |
createQueue(java.lang.String name,
java.lang.String queueClassName,
int serverId)
Creates a new queue on the selected server. |
void |
createTopic(java.lang.String name)
Creates a new topic on the local server. |
void |
createTopic(java.lang.String name,
int serverId)
Creates a new topic on the selected server. |
void |
createTopic(java.lang.String name,
java.lang.String topicClassName,
int serverId)
Creates a new topic on the selected server. |
void |
createUser(java.lang.String user,
java.lang.String passwd)
Creates a new user on the local server. |
void |
createUser(java.lang.String user,
java.lang.String passwd,
int serverId)
Creates a new user on the selected server. |
void |
createUser(java.lang.String user,
java.lang.String passwd,
int serverId,
java.lang.String identityClassName)
Creates a new user on the selected server. |
Methods inherited from interface org.objectweb.joram.mom.dest.TopicImplMBean |
---|
getNumberOfSubscribers, getSubscriberIds |
Methods inherited from interface org.objectweb.joram.mom.dest.DestinationImplMBean |
---|
delete, getCreationDate, getCreationTimeInMillis, getDestinationId, getDMQId, getName, getNbMsgsDeliverSinceCreation, getNbMsgsReceiveSinceCreation, getNbMsgsSentToDMQSinceCreation, getPeriod, getRight, getRights, isFreeReading, isFreeWriting, setFreeReading, setFreeWriting, setPeriod, toString |
Method Detail |
---|
void createTopic(java.lang.String name, java.lang.String topicClassName, int serverId)
name
- the topic nametopicClassName
- the topic class to instantiateserverId
- the server where the topic will be deployedvoid createTopic(java.lang.String name, int serverId)
Topic
.
name
- the topic nameserverId
- the server where the topic will be deployedvoid createTopic(java.lang.String name)
name
- the topic namevoid createQueue(java.lang.String name, java.lang.String queueClassName, int serverId)
name
- the topic namequeueClassName
- the queue class to instantiateserverId
- the server where the queue will be deployedvoid createQueue(java.lang.String name, int serverId)
Queue
.
name
- the topic nameserverId
- the server where the queue will be deployedvoid createQueue(java.lang.String name)
name
- the queue namevoid createUser(java.lang.String user, java.lang.String passwd, int serverId, java.lang.String identityClassName) throws java.lang.Exception
user
- the user namepasswd
- the user passwordserverId
- the server where the user will be createdidentityClassName
- the identity class name to instantiate
java.lang.Exception
void createUser(java.lang.String user, java.lang.String passwd, int serverId) throws java.lang.Exception
SimpleIdentity
class is
used.
user
- the user namepasswd
- the user passwordserverId
- the server where the user will be created
java.lang.Exception
void createUser(java.lang.String user, java.lang.String passwd) throws java.lang.Exception
SimpleIdentity
class is
used.
user
- the user namepasswd
- the user password
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |