public interface Callback
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTypeIdentifier()
Returns an identifier of the type of this callback.
|
void |
initializeCallback(java.io.Serializable... arguments)
Has to be called by the measurement component upon initialization prior to using any functionality of the callback (except
pingCallback()). |
void |
pingCallback()
Checks the connection to the callback.
|
void |
uninitializeCallback()
Has to be called by the measurement component upon uninitialization.
|
void pingCallback()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid initializeCallback(java.io.Serializable... arguments)
throws java.rmi.RemoteException,
CallbackException
pingCallback()).arguments - Optional arguments to be send to the callback.java.rmi.RemoteExceptionCallbackExceptionvoid uninitializeCallback()
throws java.rmi.RemoteException,
CallbackException
pingCallback()) until
re-initialization.java.rmi.RemoteExceptionCallbackExceptionjava.lang.String getTypeIdentifier()
throws java.rmi.RemoteException
java.rmi.RemoteException