public interface ServiceRemote
extends java.rmi.Remote
MXServer,
ServiceCoordinator,
MaxVarService,
psdi.server.WorkFlowService| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get's the name of the Service.
|
java.lang.String |
getURL() |
boolean |
isAppService() |
boolean |
isSingletonService() |
void |
restart()
Indicates that the Service should reload any internal
cache's of information it's holding.
|
java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getURL()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isAppService()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restart()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isSingletonService()
throws java.rmi.RemoteException
java.rmi.RemoteException