public class EventClientImpl extends GEObjectImpl implements EventClient
Warning: The EventClientImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
EventClientImpl()
Create a new instance of EventClientImpl.
|
EventClientImpl(boolean initWithDefaultValues)
Create a new instanceof
|
EventClientImpl(int id)
Create a new instance of EventClientImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEvents(Event aevents)
Add a com.sun.grid.jgdi.configuration.Event attribute.
|
void |
addSubscribed(EventSubcribtion asubscribed)
Add a com.sun.grid.jgdi.configuration.EventSubcribtion attribute.
|
java.lang.String |
dump() |
boolean |
equals(java.lang.Object obj)
Is the primary key information equal to the primary key information
of
obj. |
boolean |
equalsCompletely(java.lang.Object obj) |
int |
getBusy()
Get the value of the busy attribute.
|
int |
getBusyHandling()
Get the value of the busyHandling attribute.
|
int |
getCommid()
Get the value of the commid attribute.
|
java.lang.String |
getCommproc()
Get the value of the commproc attribute.
|
int |
getDTime()
Get the value of the dTime attribute.
|
Event |
getEvents(int index)
Get a com.sun.grid.jgdi.configuration.Event attribute at an index.
|
int |
getEventsCount()
Get the number of com.sun.grid.jgdi.configuration.Event attributes.
|
java.util.List<Event> |
getEventsList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.Event attributes.
|
int |
getFlushDelay()
Get the value of the flushDelay attribute.
|
java.lang.String |
getHost()
Get the value of the host attribute.
|
int |
getId()
Get the value of the id attribute.
|
int |
getLastHeardFrom()
Get the value of the lastHeardFrom attribute.
|
int |
getLastSendTime()
Get the value of the lastSendTime attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getNextNumber()
Get the value of the nextNumber attribute.
|
int |
getNextSendTime()
Get the value of the nextSendTime attribute.
|
java.lang.String |
getSession()
Get the value of the session attribute.
|
int |
getState()
Get the value of the state attribute.
|
EventSubcribtion |
getSubscribed(int index)
Get a com.sun.grid.jgdi.configuration.EventSubcribtion attribute at an index.
|
int |
getSubscribedCount()
Get the number of com.sun.grid.jgdi.configuration.EventSubcribtion attributes.
|
java.util.List<EventSubcribtion> |
getSubscribedList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.EventSubcribtion attributes.
|
int |
getUid()
Get the value of the uid attribute.
|
boolean |
isChanged()
Get the value of the changed attribute.
|
boolean |
isSetBusy()
Determine if the busy attribute is set
|
boolean |
isSetBusyHandling()
Determine if the busyHandling attribute is set
|
boolean |
isSetChanged()
Determine if the changed attribute is set
|
boolean |
isSetCommid()
Determine if the commid attribute is set
|
boolean |
isSetCommproc()
Determine if the commproc attribute is set
|
boolean |
isSetDTime()
Determine if the dTime attribute is set
|
boolean |
isSetEvents()
Determine if the events attribute is set
|
boolean |
isSetFlushDelay()
Determine if the flushDelay attribute is set
|
boolean |
isSetHost()
Determine if the host attribute is set
|
boolean |
isSetId()
Determine if the id attribute is set
|
boolean |
isSetLastHeardFrom()
Determine if the lastHeardFrom attribute is set
|
boolean |
isSetLastSendTime()
Determine if the lastSendTime attribute is set
|
boolean |
isSetName()
Determine if the name attribute is set
|
boolean |
isSetNextNumber()
Determine if the nextNumber attribute is set
|
boolean |
isSetNextSendTime()
Determine if the nextSendTime attribute is set
|
boolean |
isSetSession()
Determine if the session attribute is set
|
boolean |
isSetState()
Determine if the state attribute is set
|
boolean |
isSetSubscribed()
Determine if the subscribed attribute is set
|
boolean |
isSetUid()
Determine if the uid attribute is set
|
void |
removeAllEvents()
Remove all com.sun.grid.jgdi.configuration.Event attributes.
|
void |
removeAllSubscribed()
Remove all com.sun.grid.jgdi.configuration.EventSubcribtion attributes.
|
boolean |
removeEvents(Event aevents)
Remote a specific com.sun.grid.jgdi.configuration.Event attribute.
|
Event |
removeEvents(int index)
Remote a com.sun.grid.jgdi.configuration.Event attribute at an index.
|
boolean |
removeSubscribed(EventSubcribtion asubscribed)
Remote a specific com.sun.grid.jgdi.configuration.EventSubcribtion attribute.
|
EventSubcribtion |
removeSubscribed(int index)
Remote a com.sun.grid.jgdi.configuration.EventSubcribtion attribute at an index.
|
void |
setBusy(int aBusy)
Set the busy attribute.
|
void |
setBusyHandling(int aBusyHandling)
Set the busyHandling attribute.
|
void |
setChanged(boolean aChanged)
Set the changed attribute.
|
void |
setCommid(int aCommid)
Set the commid attribute.
|
void |
setCommproc(java.lang.String aCommproc)
Set the commproc attribute.
|
void |
setDTime(int aDTime)
Set the dTime attribute.
|
void |
setEvents(int index,
Event aevents)
Set a com.sun.grid.jgdi.configuration.Event attribute.
|
void |
setFlushDelay(int aFlushDelay)
Set the flushDelay attribute.
|
void |
setHost(java.lang.String aHost)
Set the host attribute.
|
void |
setId(int aId)
Set the id attribute.
|
void |
setLastHeardFrom(int aLastHeardFrom)
Set the lastHeardFrom attribute.
|
void |
setLastSendTime(int aLastSendTime)
Set the lastSendTime attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setNextNumber(int aNextNumber)
Set the nextNumber attribute.
|
void |
setNextSendTime(int aNextSendTime)
Set the nextSendTime attribute.
|
void |
setSession(java.lang.String aSession)
Set the session attribute.
|
void |
setState(int aState)
Set the state attribute.
|
void |
setSubscribed(int index,
EventSubcribtion asubscribed)
Set a com.sun.grid.jgdi.configuration.EventSubcribtion attribute.
|
void |
setUid(int aUid)
Set the uid attribute.
|
java.lang.String |
toString() |
getParent, getPathName, getRoot, setParentpublic EventClientImpl()
public EventClientImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public EventClientImpl(int id)
public boolean isSetId()
isSetId in interface EventClienttrue if the id attribute is setpublic void setId(int aId)
setId in interface EventClientaId - the new value for the id attributepublic int getId()
getId in interface EventClientpublic boolean isSetName()
isSetName in interface EventClienttrue if the name attribute is setpublic void setName(java.lang.String aName)
setName in interface EventClientsetName in class GEObjectImplaName - the new value for the name attributepublic java.lang.String getName()
getName in interface EventClientgetName in interface GEObjectgetName in class GEObjectImplpublic boolean isSetHost()
isSetHost in interface EventClienttrue if the host attribute is setpublic void setHost(java.lang.String aHost)
setHost in interface EventClientaHost - the new value for the host attributepublic java.lang.String getHost()
getHost in interface EventClientpublic boolean isSetCommproc()
isSetCommproc in interface EventClienttrue if the commproc attribute is setpublic void setCommproc(java.lang.String aCommproc)
setCommproc in interface EventClientaCommproc - the new value for the commproc attributepublic java.lang.String getCommproc()
getCommproc in interface EventClientpublic boolean isSetCommid()
isSetCommid in interface EventClienttrue if the commid attribute is setpublic void setCommid(int aCommid)
setCommid in interface EventClientaCommid - the new value for the commid attributepublic int getCommid()
getCommid in interface EventClientpublic boolean isSetUid()
isSetUid in interface EventClienttrue if the uid attribute is setpublic void setUid(int aUid)
setUid in interface EventClientaUid - the new value for the uid attributepublic int getUid()
getUid in interface EventClientpublic boolean isSetDTime()
isSetDTime in interface EventClienttrue if the dTime attribute is setpublic void setDTime(int aDTime)
setDTime in interface EventClientaDTime - the new value for the dTime attributepublic int getDTime()
getDTime in interface EventClientpublic boolean isSetFlushDelay()
isSetFlushDelay in interface EventClienttrue if the flushDelay attribute is setpublic void setFlushDelay(int aFlushDelay)
setFlushDelay in interface EventClientaFlushDelay - the new value for the flushDelay attributepublic int getFlushDelay()
getFlushDelay in interface EventClientpublic void addSubscribed(EventSubcribtion asubscribed)
addSubscribed in interface EventClientasubscribed - the new com.sun.grid.jgdi.configuration.EventSubcribtion attributepublic void setSubscribed(int index,
EventSubcribtion asubscribed)
setSubscribed in interface EventClientindex - index of the com.sun.grid.jgdi.configuration.EventSubcribtion attributeasubscribed - the new com.sun.grid.jgdi.configuration.EventSubcribtion attributepublic void removeAllSubscribed()
removeAllSubscribed in interface EventClientpublic EventSubcribtion removeSubscribed(int index)
removeSubscribed in interface EventClientindex - the index of the com.sun.grid.jgdi.configuration.EventSubcribtion attribute which should be
removednull if
no attribute at this index is storedpublic boolean removeSubscribed(EventSubcribtion asubscribed)
removeSubscribed in interface EventClientasubscribed - the com.sun.grid.jgdi.configuration.EventSubcribtion attribute which should be
removedtrue if the com.sun.grid.jgdi.configuration.EventSubcribtion attribute has been removedpublic java.util.List<EventSubcribtion> getSubscribedList()
getSubscribedList in interface EventClientpublic int getSubscribedCount()
getSubscribedCount in interface EventClientpublic EventSubcribtion getSubscribed(int index)
getSubscribed in interface EventClientindex - the index of the com.sun.grid.jgdi.configuration.EventSubcribtion attribute which should be
removedpublic boolean isSetSubscribed()
isSetSubscribed in interface EventClienttrue if the subscribed attribute is setpublic boolean isSetChanged()
isSetChanged in interface EventClienttrue if the changed attribute is setpublic void setChanged(boolean aChanged)
setChanged in interface EventClientaChanged - the new value for the changed attributepublic boolean isChanged()
isChanged in interface EventClientpublic boolean isSetBusyHandling()
isSetBusyHandling in interface EventClienttrue if the busyHandling attribute is setpublic void setBusyHandling(int aBusyHandling)
setBusyHandling in interface EventClientaBusyHandling - the new value for the busyHandling attributepublic int getBusyHandling()
getBusyHandling in interface EventClientpublic boolean isSetSession()
isSetSession in interface EventClienttrue if the session attribute is setpublic void setSession(java.lang.String aSession)
setSession in interface EventClientaSession - the new value for the session attributepublic java.lang.String getSession()
getSession in interface EventClientpublic boolean isSetLastHeardFrom()
isSetLastHeardFrom in interface EventClienttrue if the lastHeardFrom attribute is setpublic void setLastHeardFrom(int aLastHeardFrom)
setLastHeardFrom in interface EventClientaLastHeardFrom - the new value for the lastHeardFrom attributepublic int getLastHeardFrom()
getLastHeardFrom in interface EventClientpublic boolean isSetLastSendTime()
isSetLastSendTime in interface EventClienttrue if the lastSendTime attribute is setpublic void setLastSendTime(int aLastSendTime)
setLastSendTime in interface EventClientaLastSendTime - the new value for the lastSendTime attributepublic int getLastSendTime()
getLastSendTime in interface EventClientpublic boolean isSetNextSendTime()
isSetNextSendTime in interface EventClienttrue if the nextSendTime attribute is setpublic void setNextSendTime(int aNextSendTime)
setNextSendTime in interface EventClientaNextSendTime - the new value for the nextSendTime attributepublic int getNextSendTime()
getNextSendTime in interface EventClientpublic boolean isSetNextNumber()
isSetNextNumber in interface EventClienttrue if the nextNumber attribute is setpublic void setNextNumber(int aNextNumber)
setNextNumber in interface EventClientaNextNumber - the new value for the nextNumber attributepublic int getNextNumber()
getNextNumber in interface EventClientpublic boolean isSetBusy()
isSetBusy in interface EventClienttrue if the busy attribute is setpublic void setBusy(int aBusy)
setBusy in interface EventClientaBusy - the new value for the busy attributepublic int getBusy()
getBusy in interface EventClientpublic void addEvents(Event aevents)
addEvents in interface EventClientaevents - the new com.sun.grid.jgdi.configuration.Event attributepublic void setEvents(int index,
Event aevents)
setEvents in interface EventClientindex - index of the com.sun.grid.jgdi.configuration.Event attributeaevents - the new com.sun.grid.jgdi.configuration.Event attributepublic void removeAllEvents()
removeAllEvents in interface EventClientpublic Event removeEvents(int index)
removeEvents in interface EventClientindex - the index of the com.sun.grid.jgdi.configuration.Event attribute which should be
removednull if
no attribute at this index is storedpublic boolean removeEvents(Event aevents)
removeEvents in interface EventClientaevents - the com.sun.grid.jgdi.configuration.Event attribute which should be
removedtrue if the com.sun.grid.jgdi.configuration.Event attribute has been removedpublic java.util.List<Event> getEventsList()
getEventsList in interface EventClientpublic int getEventsCount()
getEventsCount in interface EventClientpublic Event getEvents(int index)
getEvents in interface EventClientindex - the index of the com.sun.grid.jgdi.configuration.Event attribute which should be
removedpublic boolean isSetEvents()
isSetEvents in interface EventClienttrue if the events attribute is setpublic boolean isSetState()
isSetState in interface EventClienttrue if the state attribute is setpublic void setState(int aState)
setState in interface EventClientaState - the new value for the state attributepublic int getState()
getState in interface EventClientpublic boolean equals(java.lang.Object obj)
obj.equals in class java.lang.Objectobj - the compared objecttrue if the primary key information is equal to the
primary key informations of obj.public boolean equalsCompletely(java.lang.Object obj)
equalsCompletely in interface GEObjectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String dump()
dump in interface EventClientCopyright © 2007 Sun Microsystems, Inc. All rights reserved.