|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.rmi.server.RemoteObject java.rmi.server.RemoteServer java.rmi.server.UnicastRemoteObject org.jboss.mq.il.rmi.RMIServerIL
The JVM implementation of the ServerIL object
Field Summary |
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Constructor Summary | |
RMIServerIL(Invoker (src) s)
Constructor for the RMIServerIL object |
Method Summary | |
void |
acknowledge(ConnectionToken (src) dc,
AcknowledgementRequest (src) item)
#Description of the Method |
void |
addMessage(ConnectionToken (src) dc,
SpyMessage (src) val)
Adds a feature to the Message attribute of the RMIServerIL object |
java.lang.String |
authenticate(java.lang.String userName,
java.lang.String password)
Authenticate the user. |
SpyMessage (src) [] |
browse(ConnectionToken (src) dc,
Destination (src) dest,
java.lang.String selector)
#Description of the Method |
void |
checkID(java.lang.String ID)
#Description of the Method |
java.lang.String |
checkUser(java.lang.String userName,
java.lang.String password)
#Description of the Method |
ServerIL (src) |
cloneServerIL()
No need to clone because there are no instance variables tha can get clobbered. |
void |
connectionClosing(ConnectionToken (src) dc)
#Description of the Method |
Queue (src) |
createQueue(ConnectionToken (src) dc,
java.lang.String dest)
#Description of the Method |
Topic (src) |
createTopic(ConnectionToken (src) dc,
java.lang.String dest)
#Description of the Method |
void |
deleteTemporaryDestination(ConnectionToken (src) dc,
SpyDestination (src) dest)
#Description of the Method |
void |
destroySubscription(ConnectionToken (src) dc,
DurableSubscriptionID (src) id)
#Description of the Method |
java.lang.String |
getID()
Gets the ID attribute of the RMIServerIL object |
TemporaryQueue (src) |
getTemporaryQueue(ConnectionToken (src) dc)
Gets the TemporaryQueue attribute of the RMIServerIL object |
TemporaryTopic (src) |
getTemporaryTopic(ConnectionToken (src) dc)
Gets the TemporaryTopic attribute of the RMIServerIL object |
void |
ping(ConnectionToken (src) dc,
long clientTime)
#Description of the Method |
SpyMessage (src) |
receive(ConnectionToken (src) dc,
int subscriberId,
long wait)
#Description of the Method |
void |
setConnectionToken(ConnectionToken (src) newConnectionToken)
Sets the ConnectionToken attribute of the RMIServerIL object |
void |
setEnabled(ConnectionToken (src) dc,
boolean enabled)
Sets the Enabled attribute of the RMIServerIL object |
void |
subscribe(ConnectionToken (src) dc,
Subscription (src) s)
#Description of the Method |
void |
transact(ConnectionToken (src) dc,
TransactionRequest (src) t)
#Description of the Method |
void |
unsubscribe(ConnectionToken (src) dc,
int subscriptionId)
#Description of the Method |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RMIServerIL(Invoker (src) s) throws java.rmi.RemoteException
s
- Description of Parameter
java.rmi.RemoteException
- Description of ExceptionMethod Detail |
public void setConnectionToken(ConnectionToken (src) newConnectionToken)
setConnectionToken
in interface ServerIL (src)
newConnectionToken
- The new ConnectionToken valuepublic void setEnabled(ConnectionToken (src) dc, boolean enabled) throws java.lang.Exception
setEnabled
in interface ServerIL (src)
dc
- The new Enabled valueenabled
- The new Enabled value
java.lang.Exception
- Description of Exceptionpublic java.lang.String getID() throws JMSException (src)
getID
in interface ServerIL (src)
JMSException (src)
- Description of Exceptionpublic TemporaryQueue (src) getTemporaryQueue(ConnectionToken (src) dc) throws JMSException (src)
getTemporaryQueue
in interface ServerIL (src)
dc
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic TemporaryTopic (src) getTemporaryTopic(ConnectionToken (src) dc) throws JMSException (src)
getTemporaryTopic
in interface ServerIL (src)
dc
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic ServerIL (src) cloneServerIL()
cloneServerIL
in interface ServerIL (src)
public void addMessage(ConnectionToken (src) dc, SpyMessage (src) val) throws JMSException (src)
addMessage
in interface ServerIL (src)
dc
- The feature to be added to the Message attributeval
- The feature to be added to the Message attribute
JMSException (src)
- Description of Exceptionpublic Topic (src) createTopic(ConnectionToken (src) dc, java.lang.String dest) throws JMSException (src)
createTopic
in interface ServerIL (src)
dc
- Description of Parameterdest
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic Queue (src) createQueue(ConnectionToken (src) dc, java.lang.String dest) throws JMSException (src)
createQueue
in interface ServerIL (src)
dc
- Description of Parameterdest
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic void deleteTemporaryDestination(ConnectionToken (src) dc, SpyDestination (src) dest) throws JMSException (src)
deleteTemporaryDestination
in interface ServerIL (src)
dc
- Description of Parameterdest
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic void checkID(java.lang.String ID) throws JMSException (src)
checkID
in interface ServerIL (src)
ID
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic void connectionClosing(ConnectionToken (src) dc) throws JMSException (src)
connectionClosing
in interface ServerIL (src)
dc
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic void acknowledge(ConnectionToken (src) dc, AcknowledgementRequest (src) item) throws java.lang.Exception, java.rmi.RemoteException
acknowledge
in interface ServerIL (src)
dc
- Description of Parameteritem
- Description of Parameter
java.lang.Exception
- Description of Exception
java.rmi.RemoteException
- Description of Exceptionpublic SpyMessage (src) [] browse(ConnectionToken (src) dc, Destination (src) dest, java.lang.String selector) throws java.lang.Exception
browse
in interface ServerIL (src)
dc
- Description of Parameterdest
- Description of Parameterselector
- Description of Parameter
java.lang.Exception
- Description of Exceptionpublic SpyMessage (src) receive(ConnectionToken (src) dc, int subscriberId, long wait) throws java.lang.Exception
receive
in interface ServerIL (src)
dc
- Description of ParametersubscriberId
- Description of Parameterwait
- Description of Parameter
java.lang.Exception
- Description of Exceptionpublic void unsubscribe(ConnectionToken (src) dc, int subscriptionId) throws java.lang.Exception
unsubscribe
in interface ServerIL (src)
dc
- Description of ParametersubscriptionId
- Description of Parameter
java.lang.Exception
- Description of Exceptionpublic void destroySubscription(ConnectionToken (src) dc, DurableSubscriptionID (src) id) throws java.lang.Exception
destroySubscription
in interface ServerIL (src)
id
- Description of Parameter
java.lang.Exception
- Description of Exceptionpublic java.lang.String checkUser(java.lang.String userName, java.lang.String password) throws JMSException (src)
checkUser
in interface ServerIL (src)
userName
- Description of Parameterpassword
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic java.lang.String authenticate(java.lang.String userName, java.lang.String password) throws JMSException (src)
ServerIL (src)
authenticate
in interface ServerIL (src)
userName
- a username.password
- a password.
JMSException (src)
public void subscribe(ConnectionToken (src) dc, Subscription (src) s) throws java.lang.Exception
subscribe
in interface ServerIL (src)
dc
- Description of Parameters
- Description of Parameter
java.lang.Exception
- Description of Exceptionpublic void transact(ConnectionToken (src) dc, TransactionRequest (src) t) throws JMSException (src)
transact
in interface ServerIL (src)
dc
- Description of Parametert
- Description of Parameter
JMSException (src)
- Description of Exceptionpublic void ping(ConnectionToken (src) dc, long clientTime) throws JMSException (src)
ping
in interface ServerIL (src)
dc
- Description of ParameterclientTime
- Description of Parameter
JMSException (src)
- Description of Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |