org.apache.hivemind.service.impl
Class EventRegistration
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.hivemind.service.impl.EventRegistration
- All Implemented Interfaces:
- Locatable, LocationHolder
public class EventRegistration
- extends BaseLocatable
An event registrtion for a service constructed by
org.apache.hivemind.service.impl.BuilderFactory
.
- Author:
- Howard Lewis Ship
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventRegistration
public EventRegistration()
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)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.