com.genesyslab.soa.event
Class TopicsService
java.lang.Object
com.genesyslab.soa.event.TopicsService
- All Implemented Interfaces:
- java.io.Serializable
- public class TopicsService
- extends java.lang.Object
- implements java.io.Serializable
This class contains the topics to subscribe to the events of this service.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TopicsService
public TopicsService()
getServiceName
public java.lang.String getServiceName()
- The service name.
- Returns:
- The serviceName.
setServiceName
public void setServiceName(java.lang.String serviceName)
setTopicsEvents
public void setTopicsEvents(TopicsEvent[] topicsEvents)
getTopicsEvents
public TopicsEvent[] getTopicsEvents()
- The event topics.
- Returns:
- The topicsEvents.
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()