ponderEnforcement.eventService
Interface EventService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- EventServiceImpl
- public interface EventService
- extends java.rmi.Remote
Function:This is implemented as a Remote Interface so that it can
accept requests from remote clients (the EventService will
normally not be running on the same host)
|
Method Summary |
void |
registerEvent(java.lang.String host,
java.lang.String ehName)
Register an Event by the given rmiRegistry name bind
This method will be called remotely |
void |
unregisterEvent()
Unregister an Event by the given rmiRegistry name bind
This method will be called remotely |
registerEvent
public void registerEvent(java.lang.String host,
java.lang.String ehName)
throws java.rmi.RemoteException
- Register an Event by the given rmiRegistry name bind
This method will be called remotely
unregisterEvent
public void unregisterEvent()
throws java.rmi.RemoteException
- Unregister an Event by the given rmiRegistry name bind
This method will be called remotely