| java.rmi.server.UnicastRemoteObject org.jboss.mq.il.rmi.RMIServerIL
Method Summary | |
public void | acknowledge(ConnectionToken dc, AcknowledgementRequest item) | public void | addMessage(ConnectionToken dc, SpyMessage val) | public String | authenticate(String userName, String password) | public SpyMessage[] | browse(ConnectionToken dc, Destination dest, String selector) | public void | checkID(String ID) | public String | checkUser(String userName, String password) | public ServerIL | cloneServerIL() No need to clone because there are no instance variables tha can get
clobbered. | public void | connectionClosing(ConnectionToken dc) | public Queue | createQueue(ConnectionToken dc, String dest) | public Topic | createTopic(ConnectionToken dc, String dest) | public void | deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest) | public void | destroySubscription(ConnectionToken dc, DurableSubscriptionID id) | public String | getID() | public TemporaryQueue | getTemporaryQueue(ConnectionToken dc) | public TemporaryTopic | getTemporaryTopic(ConnectionToken dc) | public void | ping(org.jboss.mq.ConnectionToken dc, long clientTime) | public SpyMessage | receive(ConnectionToken dc, int subscriberId, long wait) | public void | setConnectionToken(ConnectionToken newConnectionToken) | public void | setEnabled(ConnectionToken dc, boolean enabled) | public void | subscribe(ConnectionToken dc, org.jboss.mq.Subscription s) | public void | transact(org.jboss.mq.ConnectionToken dc, TransactionRequest t) | public void | unsubscribe(ConnectionToken dc, int subscriptionId) |
addMessage | public void addMessage(ConnectionToken dc, SpyMessage val) throws JMSException(Code) | | Adds a feature to the Message attribute of the RMIServerIL object
Parameters: dc - The feature to be added to the Message attribute Parameters: val - The feature to be added to the Message attribute exception: JMSException - Description of Exception |
browse | public SpyMessage[] browse(ConnectionToken dc, Destination dest, String selector) throws Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: dest - Description of Parameter Parameters: selector - Description of Parameter Description of the Returned Value exception: Exception - Description of Exception |
checkID | public void checkID(String ID) throws JMSException(Code) | | #Description of the Method
Parameters: ID - Description of Parameter exception: JMSException - Description of Exception |
checkUser | public String checkUser(String userName, String password) throws JMSException(Code) | | #Description of the Method
Parameters: userName - Description of Parameter Parameters: password - Description of Parameter Description of the Returned Value exception: JMSException - Description of Exception |
cloneServerIL | public ServerIL cloneServerIL()(Code) | | No need to clone because there are no instance variables tha can get
clobbered. All Multiple connections can share the same JVMServerIL object
Description of the Returned Value |
connectionClosing | public void connectionClosing(ConnectionToken dc) throws JMSException(Code) | | #Description of the Method
Parameters: dc - Description of Parameter exception: JMSException - Description of Exception |
createQueue | public Queue createQueue(ConnectionToken dc, String dest) throws JMSException(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: dest - Description of Parameter Description of the Returned Value exception: JMSException - Description of Exception |
createTopic | public Topic createTopic(ConnectionToken dc, String dest) throws JMSException(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: dest - Description of Parameter Description of the Returned Value exception: JMSException - Description of Exception |
deleteTemporaryDestination | public void deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest) throws JMSException(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: dest - Description of Parameter exception: JMSException - Description of Exception |
getID | public String getID() throws JMSException(Code) | | Gets the ID attribute of the RMIServerIL object
The ID value exception: JMSException - Description of Exception |
getTemporaryQueue | public TemporaryQueue getTemporaryQueue(ConnectionToken dc) throws JMSException(Code) | | Gets the TemporaryQueue attribute of the RMIServerIL object
Parameters: dc - Description of Parameter The TemporaryQueue value exception: JMSException - Description of Exception |
getTemporaryTopic | public TemporaryTopic getTemporaryTopic(ConnectionToken dc) throws JMSException(Code) | | Gets the TemporaryTopic attribute of the RMIServerIL object
Parameters: dc - Description of Parameter The TemporaryTopic value exception: JMSException - Description of Exception |
ping | public void ping(org.jboss.mq.ConnectionToken dc, long clientTime) throws JMSException(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: clientTime - Description of Parameter exception: JMSException - Description of Exception |
receive | public SpyMessage receive(ConnectionToken dc, int subscriberId, long wait) throws Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: subscriberId - Description of Parameter Parameters: wait - Description of Parameter Description of the Returned Value exception: Exception - Description of Exception |
setConnectionToken | public void setConnectionToken(ConnectionToken newConnectionToken)(Code) | | Sets the ConnectionToken attribute of the RMIServerIL object
Parameters: newConnectionToken - The new ConnectionToken value |
setEnabled | public void setEnabled(ConnectionToken dc, boolean enabled) throws Exception(Code) | | Sets the Enabled attribute of the RMIServerIL object
Parameters: dc - The new Enabled value Parameters: enabled - The new Enabled value exception: Exception - Description of Exception |
transact | public void transact(org.jboss.mq.ConnectionToken dc, TransactionRequest t) throws JMSException(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: t - Description of Parameter exception: JMSException - Description of Exception |
unsubscribe | public void unsubscribe(ConnectionToken dc, int subscriptionId) throws Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: subscriptionId - Description of Parameter exception: Exception - Description of Exception |
|
|