Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind.service.impl
Class EventRegistration  view EventRegistration download EventRegistration.java

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.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)