|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerConnector
ServerConnector provides an interface to the OpenJMS server.
Method Summary | |
---|---|
void |
bindConnectionFactories(javax.naming.Context context)
Bind a factory object specified in the configuration file to the specified JNDI context. |
void |
close()
Close the interface, releasing any resources. |
void |
init()
Initialise the interface. |
Method Detail |
---|
void init() throws ServerException
ServerException
- if the interface cannot be initialisedvoid bindConnectionFactories(javax.naming.Context context) throws javax.naming.NamingException, ServerException
context
- context to bind factory objects
javax.naming.NamingException
- if a naming error occurs
ServerException
- if a server error occursvoid close() throws ServerException
ServerException
- if the interface cannot be closed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |