Rio Project 4.2 API Documentation
org.rioproject.event
Class EventHandler.EventRegistrationResource
java.lang.Object
org.rioproject.event.EventHandler.EventRegistrationResource
- Enclosing class:
- EventHandler
protected static class EventHandler.EventRegistrationResource
- extends Object
Container class for event registration objects which are created and
behave as the resource that is being leased and controlled by the
ServiceResource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventHandler.EventRegistrationResource
public EventHandler.EventRegistrationResource(RemoteEventListener listener,
MarshalledObject handback)
getListener
public RemoteEventListener getListener()
- Returns the event listener.
- Returns:
- The event listener
getHandback
public MarshalledObject getHandback()
- Returns the handback object.
- Returns:
- The handback object
Copyright © 2006-2011 Rio Project. All Rights Reserved.