|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides adminstration operations for the WebServices Gateway.
Field Summary | |
static java.lang.String |
copyright
Copyright string. |
Method Summary | |
void |
start()
Starts service request processing through the Gateway. |
void |
startChannel(java.lang.String channelName)
Starts the named channel instance. |
void |
startFilter(java.lang.String filterName)
Starts the named filter instance. |
void |
startService(java.lang.String gatewayServiceName)
Starts the gateway service. |
void |
startTargetService(java.lang.String gatewayServiceName,
TargetServiceLocation targetServiceLocation)
Starts the target service. |
void |
stop(boolean immediate)
Stops the Gateway Manager. |
void |
stopChannel(java.lang.String channelName,
boolean immediate)
Stops the named channel instance. |
void |
stopFilter(java.lang.String filterName)
Stops the named filter instance. |
void |
stopService(java.lang.String gatewayServiceName,
boolean immediate)
Stops the gateway service. |
void |
stopTargetService(java.lang.String gatewayServiceName,
TargetServiceLocation targetServiceLocation,
boolean immediate)
Stops the target service. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public void start() throws WSGWException, java.rmi.RemoteException
- WSGWException
- An error occurred.java.rmi.RemoteException
- Required for EJB remote interfaces.public void stop(boolean immediate) throws WSGWException, java.rmi.RemoteException
immediate
- Indicates whether to abort requests in progress.WSGWException
- An error occurred.java.rmi.RemoteException
- Required for EJB remote interfaces.public void startChannel(java.lang.String channelName) throws WSGWException, java.rmi.RemoteException
channelName
- The channel instance name.WSGWException
- The named instance does not exist.java.rmi.RemoteException
- Required for EJB remote interfaces.public void stopChannel(java.lang.String channelName, boolean immediate) throws WSGWException, java.rmi.RemoteException
channelName
- The channel instance name.immediate
- Indicates whether to abort requests in progress.WSGWException
- The named instance does not exist.java.rmi.RemoteException
- Required for EJB remote interfaces.public void startFilter(java.lang.String filterName) throws WSGWException, java.rmi.RemoteException
filterName
- The filter instance name.WSGWException
- The named instance does not exist.java.rmi.RemoteException
- Required for EJB remote interfaces.public void stopFilter(java.lang.String filterName) throws WSGWException, java.rmi.RemoteException
filterName
- The filter instance name.WSGWException
- The named instance does not exist.java.rmi.RemoteException
- Required for EJB remote interfaces.public void startService(java.lang.String gatewayServiceName) throws WSGWException, java.rmi.RemoteException
gatewayServiceName
- The gateway service name.WSGWException
- The named service does not exist.java.rmi.RemoteException
- Required for EJB remote interfaces.public void stopService(java.lang.String gatewayServiceName, boolean immediate) throws WSGWException, java.rmi.RemoteException
gatewayServiceName
- The gateway service name.immediate
- Indicates whether to abort requests in progress.WSGWException
- The named service does not exist.java.rmi.RemoteException
- Required for EJB remote interfaces.public void startTargetService(java.lang.String gatewayServiceName, TargetServiceLocation targetServiceLocation) throws WSGWException, java.rmi.RemoteException
gatewayServiceName
- The gateway service name.targetServiceLocation
- The target service location.WSGWException
- The named service does not exist.java.rmi.RemoteException
- Required for EJB remote interfaces.public void stopTargetService(java.lang.String gatewayServiceName, TargetServiceLocation targetServiceLocation, boolean immediate) throws WSGWException, java.rmi.RemoteException
gatewayServiceName
- The gateway service name.targetServiceLocation
- The target service location.immediate
- Indicates whether to abort requests in progress.WSGWException
- The named service does not exist.java.rmi.RemoteException
- Required for EJB remote interfaces.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |