org.exolab.jmscts.core.service
Interface RemoteService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- TestTerminatorServer
- public interface RemoteService
- extends java.rmi.Remote
Interface for administering a remote service
- Version:
- $Revision: 1.2 $ $Date: 2004/02/02 03:49:20 $
- Author:
- Tim Anderson
Method Summary |
void |
abort()
Abort the service |
void |
stop()
Stop the service gracefully |
stop
public void stop()
throws java.rmi.RemoteException
- Stop the service gracefully
- Throws:
java.rmi.RemoteException
- if the service cannot be stopped
abort
public void abort()
throws java.rmi.RemoteException
- Abort the service
- Throws:
java.rmi.RemoteException
- if the service cannot be aborted
Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.