org.apache.hivemind.service.impl
Class EventRegistration

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.service.impl.EventRegistration
All Implemented Interfaces:
Locatable, LocationHolder

public class EventRegistration
extends BaseLocatable

An event registrtion for a service constructed by BuilderFactory.

Author:
Howard Lewis Ship

Constructor Summary
EventRegistration()
           
 
Method Summary
 java.lang.String getEventSetName()
          The name of the event set to which the constructed service should be registered, or null to register the constructed service for any event sets it matches (any listener interfaces it implements tht match the event sets implemented by the producer).
 java.lang.Object getProducer()
          Another service which is a producer of events to which the constructed service will be subscribed.
 void setEventSetName(java.lang.String string)
           
 void setProducer(java.lang.Object object)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventRegistration

public EventRegistration()
Method Detail

getEventSetName

public java.lang.String getEventSetName()
The name of the event set to which the constructed service should be registered, or null to register the constructed service for any event sets it matches (any listener interfaces it implements tht match the event sets implemented by the producer).


getProducer

public java.lang.Object getProducer()
Another service which is a producer of events to which the constructed service will be subscribed.


setEventSetName

public void setEventSetName(java.lang.String string)

setProducer

public void setProducer(java.lang.Object object)