public class EventRegistration extends BaseLocatable
BuilderFactory
.Constructor and Description |
---|
EventRegistration() |
Modifier and Type | Method and Description |
---|---|
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) |
getLocation, setLocation
public EventRegistration()
public java.lang.String getEventSetName()
public java.lang.Object getProducer()
public void setEventSetName(java.lang.String string)
public void setProducer(java.lang.Object object)