|
|||||||||
| Home >> All >> org >> apache >> hivemind >> service >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind.service.impl
Class EventRegistration

java.lang.Objectorg.apache.hivemind.impl.BaseLocatable
org.apache.hivemind.service.impl.EventRegistration
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
- public class EventRegistration
- extends org.apache.hivemind.impl.BaseLocatable
An event registrtion for a service constructed by BuilderFactory.
| Field Summary | |
private java.lang.String |
_eventSetName
|
private java.lang.Object |
_producer
|
| Fields inherited from class org.apache.hivemind.impl.BaseLocatable |
|
| 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 |
| Field Detail |
_producer
private java.lang.Object _producer
_eventSetName
private java.lang.String _eventSetName
| 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)
|
|||||||||
| Home >> All >> org >> apache >> hivemind >> service >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC