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.RemoteException
java.lang.String getURL() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isAppService() throws java.rmi.RemoteException
java.rmi.RemoteException
void restart() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isSingletonService() throws java.rmi.RemoteException
java.rmi.RemoteException