| java.lang.Object org.jboss.mq.il.oil.OILServerIL
Method Summary | |
public synchronized void | acknowledge(ConnectionToken dc, AcknowledgementRequest item) | public synchronized void | addMessage(ConnectionToken dc, SpyMessage val) | public synchronized String | authenticate(String userName, String password) | public synchronized SpyMessage[] | browse(ConnectionToken dc, Destination dest, String selector) | public synchronized void | checkID(String ID) | public synchronized String | checkUser(String userName, String password) | public Object | clone() | public ServerIL | cloneServerIL() Need to clone because there are instance variables tha can get clobbered. | public synchronized void | connectionClosing(ConnectionToken dc) | public synchronized Queue | createQueue(ConnectionToken dc, String dest) | public synchronized Topic | createTopic(ConnectionToken dc, String dest) | public synchronized void | deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest) | public synchronized void | destroySubscription(ConnectionToken dc, DurableSubscriptionID id) | public synchronized String | getID() | public synchronized TemporaryQueue | getTemporaryQueue(ConnectionToken dc) | public synchronized TemporaryTopic | getTemporaryTopic(ConnectionToken dc) | public synchronized void | ping(ConnectionToken dc, long clientTime) | public synchronized SpyMessage | receive(ConnectionToken dc, int subscriberId, long wait) | public synchronized void | setConnectionToken(ConnectionToken dest) | public synchronized void | setEnabled(ConnectionToken dc, boolean enabled) | public synchronized void | subscribe(ConnectionToken dc, org.jboss.mq.Subscription s) | public synchronized void | transact(org.jboss.mq.ConnectionToken dc, TransactionRequest t) | public synchronized void | unsubscribe(ConnectionToken dc, int subscriptionId) |
serialVersionUID | final static long serialVersionUID(Code) | | |
OILServerIL | public OILServerIL(InetAddress addr, int port, String socketFactoryName, boolean enableTcpNoDelay)(Code) | | Constructor for the OILServerIL object
Parameters: a - Description of Parameter Parameters: port - Description of Parameter |
acknowledge | public synchronized void acknowledge(ConnectionToken dc, AcknowledgementRequest item) throws JMSException, Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: item - Description of Parameter exception: JMSException - Description of Exception exception: Exception - Description of Exception |
addMessage | public synchronized void addMessage(ConnectionToken dc, SpyMessage val) throws Exception(Code) | | Adds a feature to the Message attribute of the OILServerIL object
Parameters: dc - The feature to be added to the Message attribute Parameters: val - The feature to be added to the Message attribute exception: Exception - Description of Exception |
authenticate | public synchronized String authenticate(String userName, String password) throws JMSException, Exception(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 exception: Exception - Description of Exception |
browse | public synchronized SpyMessage[] browse(ConnectionToken dc, Destination dest, String selector) throws JMSException, 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: JMSException - Description of Exception exception: Exception - Description of Exception |
checkID | public synchronized void checkID(String ID) throws JMSException, Exception(Code) | | #Description of the Method
Parameters: ID - Description of Parameter exception: JMSException - Description of Exception exception: Exception - Description of Exception |
checkUser | public synchronized String checkUser(String userName, String password) throws JMSException, Exception(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 exception: Exception - Description of Exception |
cloneServerIL | public ServerIL cloneServerIL() throws Exception(Code) | | Need to clone because there are instance variables tha can get clobbered.
All Multiple connections can NOT share the same JVMServerIL object
Description of the Returned Value exception: Exception - Description of Exception |
connectionClosing | public synchronized void connectionClosing(ConnectionToken dc) throws JMSException, Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter exception: JMSException - Description of Exception exception: Exception - Description of Exception |
createQueue | public synchronized Queue createQueue(ConnectionToken dc, String dest) throws JMSException, Exception(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 exception: Exception - Description of Exception |
createTopic | public synchronized Topic createTopic(ConnectionToken dc, String dest) throws JMSException, Exception(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 exception: Exception - Description of Exception |
deleteTemporaryDestination | public synchronized void deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest) throws JMSException, Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: dest - Description of Parameter exception: JMSException - Description of Exception exception: Exception - Description of Exception |
destroySubscription | public synchronized void destroySubscription(ConnectionToken dc, DurableSubscriptionID id) throws JMSException, Exception(Code) | | #Description of the Method
Parameters: id - Description of Parameter exception: JMSException - Description of Exception exception: Exception - Description of Exception |
getID | public synchronized String getID() throws Exception(Code) | | Gets the ID attribute of the OILServerIL object
The ID value exception: Exception - Description of Exception |
getTemporaryQueue | public synchronized TemporaryQueue getTemporaryQueue(ConnectionToken dc) throws JMSException, Exception(Code) | | Gets the TemporaryQueue attribute of the OILServerIL object
Parameters: dc - Description of Parameter The TemporaryQueue value exception: JMSException - Description of Exception exception: Exception - Description of Exception |
getTemporaryTopic | public synchronized TemporaryTopic getTemporaryTopic(ConnectionToken dc) throws JMSException, Exception(Code) | | Gets the TemporaryTopic attribute of the OILServerIL object
Parameters: dc - Description of Parameter The TemporaryTopic value exception: JMSException - Description of Exception exception: Exception - Description of Exception |
ping | public synchronized void ping(ConnectionToken dc, long clientTime) throws Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: clientTime - Description of Parameter exception: Exception - Description of Exception |
receive | public synchronized SpyMessage receive(ConnectionToken dc, int subscriberId, long wait) throws Exception, 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 synchronized void setConnectionToken(ConnectionToken dest) throws Exception(Code) | | Sets the ConnectionToken attribute of the OILServerIL object
Parameters: dest - The new ConnectionToken value exception: Exception - Description of Exception |
setEnabled | public synchronized void setEnabled(ConnectionToken dc, boolean enabled) throws JMSException, Exception(Code) | | Sets the Enabled attribute of the OILServerIL object
Parameters: dc - The new Enabled value Parameters: enabled - The new Enabled value exception: JMSException - Description of Exception exception: Exception - Description of Exception |
subscribe | public synchronized void subscribe(ConnectionToken dc, org.jboss.mq.Subscription s) throws JMSException, Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: s - Description of Parameter exception: JMSException - Description of Exception exception: Exception - Description of Exception |
unsubscribe | public synchronized void unsubscribe(ConnectionToken dc, int subscriptionId) throws JMSException, Exception(Code) | | #Description of the Method
Parameters: dc - Description of Parameter Parameters: subscriptionId - Description of Parameter exception: JMSException - Description of Exception exception: Exception - Description of Exception |
|
|