|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
bind(URI bindURI,
Router dispatcher)
Configures and otatains any resources needed to start accepting client requests. |
void |
dispose()
Rleases all resources that were obtained during the life of the server. |
URI |
getClientConnectURI()
Once the bind() call has been done, this method will return a URI that can be used by a client to connect to the server. |
void |
start()
Enables the server to start accepting new client requests. |
void |
stop()
Stops the server from accepting new client requests. |
Methods inherited from interface org.apache.geronimo.core.service.Component |
getContainer, setContainer |
Method Detail |
public void bind(URI bindURI, Router dispatcher) throws Exception
bindURI
-
Exception
public URI getClientConnectURI()
public void start() throws Exception
Exception
public void stop() throws Exception
Exception
public void dispose() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |