Rio Project 4.2 API Documentation



org.rioproject.event
Class EventHandler.EventRegistrationResource

java.lang.Object
  extended by 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


Constructor Summary
EventHandler.EventRegistrationResource(RemoteEventListener listener, MarshalledObject handback)
           
 
Method Summary
 MarshalledObject getHandback()
          Returns the handback object.
 RemoteEventListener getListener()
          Returns the event listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandler.EventRegistrationResource

public EventHandler.EventRegistrationResource(RemoteEventListener listener,
                                              MarshalledObject handback)
Method Detail

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 © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.