|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerInvokerMBean
Method Summary | |
---|---|
void |
create()
|
void |
destroy()
destory the invoker permanently |
java.lang.String |
getClientConnectAddress()
|
int |
getClientConnectPort()
|
java.util.Map |
getConfiguration()
Gets teh server invoker's transport specific configuration. |
java.lang.String |
getDataType()
Will get the data type for the marshaller factory so know which marshaller to get to marshal the data. |
java.lang.String |
getServerBindAddress()
|
int |
getServerBindPort()
|
int |
getTimeout()
|
boolean |
isStarted()
return true if the server invoker is started, false if not |
boolean |
isTransportBiDirectional()
returns true if the transport is bi-directional in nature, for example, SOAP in unidirectional and SOCKETs are bi-directional (unless behind a firewall for example). |
void |
setClientConnectAddress(java.lang.String clientConnectAddress)
This method should only be called by the service controller when this invoker is specified within the Connector configuration of a service xml. |
void |
setClientConnectPort(int clientConnectPort)
|
void |
setConfiguration(java.util.Map configuration)
Sets the server invoker's transport specific configuration. |
void |
setTimeout(int timeout)
|
void |
start()
subclasses should override to provide any specific start logic |
void |
stop()
subclasses should override to provide any specific stop logic |
Method Detail |
---|
java.lang.String getDataType()
boolean isTransportBiDirectional()
void create()
void start() throws java.io.IOException
java.io.IOException
boolean isStarted()
void stop()
void destroy()
void setConfiguration(java.util.Map configuration)
configuration
- java.util.Map getConfiguration()
java.lang.String getClientConnectAddress()
int getClientConnectPort()
void setClientConnectAddress(java.lang.String clientConnectAddress)
java.lang.String getServerBindAddress()
int getServerBindPort()
void setClientConnectPort(int clientConnectPort)
void setTimeout(int timeout)
int getTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |