Public Member Functions | Public Attributes

alma.TMCDB.maci.EventChannel Class Reference

Inheritance diagram for alma.TMCDB.maci.EventChannel:
alma.TMCDB.maci.EventChannelNode com.cosylab.cdb.jdal.hibernate.RootNameOverrideFeature

List of all members.

Public Member Functions

String getRootNameOverride ()
 EventChannel ()
String getName ()
void setName (String name)
boolean isIntegrationLogs ()
void setIntegrationLogs (boolean integrationLogs)
int getMaxQueueLength ()
void setMaxQueueLength (int maxQueueLength)
int getMaxConsumers ()
void setMaxConsumers (int maxConsumers)
int getMaxSuppliers ()
void setMaxSuppliers (int maxSuppliers)
boolean isRejectNewEvents ()
void setRejectNewEvents (boolean rejectNewEvents)
String getDiscardPolicy ()
void setDiscardPolicy (String discardPolicy)
String getEventReliability ()
void setEventReliability (String eventReliability)
String getConnectionReliability ()
void setConnectionReliability (String connectionReliability)
short getPriority ()
void setPriority (short priority)
int getTimeout ()
void setTimeout (int timeout)
String getOrderPolicy ()
void setOrderPolicy (String orderPolicy)
boolean isStartTimeSupported ()
void setStartTimeSupported (boolean startTimeSupported)
boolean isStopTimeSupported ()
void setStopTimeSupported (boolean stopTimeSupported)
int getMaxEventsPerConsumer ()
void setMaxEventsPerConsumer (int maxEventsPerConsumer)
Map< String, EventgetEvents ()
void setEvents (Map< String, Event > events)

Public Attributes

String Name
String Path

Constructor & Destructor Documentation

alma.TMCDB.maci.EventChannel.EventChannel (  ) 

Default Constructor for Component. Setter methods must be used to insert data.


Member Function Documentation

String alma.TMCDB.maci.EventChannel.getConnectionReliability (  ) 
Returns:
the connectionReliability
String alma.TMCDB.maci.EventChannel.getDiscardPolicy (  ) 
Returns:
the discardPolicy
String alma.TMCDB.maci.EventChannel.getEventReliability (  ) 
Returns:
the eventReliability
Map<String, Event> alma.TMCDB.maci.EventChannel.getEvents (  ) 
Returns:
the events
int alma.TMCDB.maci.EventChannel.getMaxConsumers (  ) 
Returns:
the maxConsumers
int alma.TMCDB.maci.EventChannel.getMaxEventsPerConsumer (  ) 
Returns:
the maxEventsPerConsumer
int alma.TMCDB.maci.EventChannel.getMaxQueueLength (  ) 
Returns:
the maxQueueLength
int alma.TMCDB.maci.EventChannel.getMaxSuppliers (  ) 
Returns:
the maxSuppliers
String alma.TMCDB.maci.EventChannel.getName (  ) 
Returns:
the name
String alma.TMCDB.maci.EventChannel.getOrderPolicy (  ) 
Returns:
the orderPolicy
short alma.TMCDB.maci.EventChannel.getPriority (  ) 
Returns:
the priority
String alma.TMCDB.maci.EventChannel.getRootNameOverride (  ) 
int alma.TMCDB.maci.EventChannel.getTimeout (  ) 
Returns:
the timeout
boolean alma.TMCDB.maci.EventChannel.isIntegrationLogs (  ) 
Returns:
the integrationLogs
boolean alma.TMCDB.maci.EventChannel.isRejectNewEvents (  ) 
Returns:
the rejectNewEvents
boolean alma.TMCDB.maci.EventChannel.isStartTimeSupported (  ) 
Returns:
the startTimeSupported
boolean alma.TMCDB.maci.EventChannel.isStopTimeSupported (  ) 
Returns:
the stopTimeSupported
void alma.TMCDB.maci.EventChannel.setConnectionReliability ( String  connectionReliability  ) 
Parameters:
connectionReliability the connectionReliability to set
void alma.TMCDB.maci.EventChannel.setDiscardPolicy ( String  discardPolicy  ) 
Parameters:
discardPolicy the discardPolicy to set
void alma.TMCDB.maci.EventChannel.setEventReliability ( String  eventReliability  ) 
Parameters:
eventReliability the eventReliability to set
void alma.TMCDB.maci.EventChannel.setEvents ( Map< String, Event events  ) 
Parameters:
events the events to set
void alma.TMCDB.maci.EventChannel.setIntegrationLogs ( boolean  integrationLogs  ) 
Parameters:
integrationLogs the integrationLogs to set
void alma.TMCDB.maci.EventChannel.setMaxConsumers ( int  maxConsumers  ) 
Parameters:
maxConsumers the maxConsumers to set
void alma.TMCDB.maci.EventChannel.setMaxEventsPerConsumer ( int  maxEventsPerConsumer  ) 
Parameters:
maxEventsPerConsumer the maxEventsPerConsumer to set
void alma.TMCDB.maci.EventChannel.setMaxQueueLength ( int  maxQueueLength  ) 
Parameters:
maxQueueLength the maxQueueLength to set
void alma.TMCDB.maci.EventChannel.setMaxSuppliers ( int  maxSuppliers  ) 
Parameters:
maxSuppliers the maxSuppliers to set
void alma.TMCDB.maci.EventChannel.setName ( String  name  ) 
Parameters:
name the name to set
void alma.TMCDB.maci.EventChannel.setOrderPolicy ( String  orderPolicy  ) 
Parameters:
orderPolicy the orderPolicy to set
void alma.TMCDB.maci.EventChannel.setPriority ( short  priority  ) 
Parameters:
priority the priority to set
void alma.TMCDB.maci.EventChannel.setRejectNewEvents ( boolean  rejectNewEvents  ) 
Parameters:
rejectNewEvents the rejectNewEvents to set
void alma.TMCDB.maci.EventChannel.setStartTimeSupported ( boolean  startTimeSupported  ) 
Parameters:
startTimeSupported the startTimeSupported to set
void alma.TMCDB.maci.EventChannel.setStopTimeSupported ( boolean  stopTimeSupported  ) 
Parameters:
stopTimeSupported the stopTimeSupported to set
void alma.TMCDB.maci.EventChannel.setTimeout ( int  timeout  ) 
Parameters:
timeout the timeout to set

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties