Interface ProviderInterface
- All Superinterfaces:
Remote
- All Known Subinterfaces:
MasterInterface
- All Known Implementing Classes:
ECaccessProvider
,MasterServer
The Interface ProviderInterface.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Checks if it is available.long
isRegistred
(String root, String service) Checks if it is registred.long
subscribe
(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
-