Interface ProviderInterface
- All Superinterfaces:
Remote
- All Known Subinterfaces:
MasterInterface
- All Known Implementing Classes:
ECaccessProvider,MasterServer
The Interface ProviderInterface.
-
Method Summary
Modifier and TypeMethodDescriptionlongChecks if it is available.longisRegistred(String root, String service) Checks if it is registred.longsubscribe(ClientInterface access) Subscribe.
-
Method Details
-
subscribe
long subscribe(ClientInterface access) throws RemoteException, ServerNotActiveException, ConnectionException Subscribe.- Parameters:
access- the access- Returns:
- the long
- Throws:
RemoteException- the remote exceptionServerNotActiveException- the server not active exceptionConnectionException- the connection exception
-
isRegistred
Checks if it is registred.- Parameters:
root- the rootservice- the service- Returns:
- the long
- Throws:
RemoteException- the remote exceptionServerNotActiveException- the server not active exception
-
isAvailable
Checks if it is available.- Returns:
- the long
- Throws:
RemoteException- the remote exceptionServerNotActiveException- the server not active exception
-