|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmsServerStubIfc
This is the interface for the JMS server stub. The stub really deifnes what calls can be made across the client server boundary.
Method Summary | |
---|---|
JmsConnectionStubIfc |
createConnection(java.lang.String id,
java.lang.String username,
java.lang.String password)
Create a connection to the JMS Server. |
void |
setExceptionListener(javax.jms.ExceptionListener listener)
Set the exception listener so that the client can be notified of client disconnection events. |
Method Detail |
---|
JmsConnectionStubIfc createConnection(java.lang.String id, java.lang.String username, java.lang.String password) throws javax.jms.JMSException
id
- identity of clientusername
- clients usernamepassword
- clients password
javax.jms.JMSException
void setExceptionListener(javax.jms.ExceptionListener listener)
listener
- the exception listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |