com.sun.grid.jgdi.configuration
public interface EventClient extends GEObject
Warning: The EventClient class will not be compatible with future Sun™ Grid Engine releases.
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() |
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 any busy attribute is set
|
boolean |
isSetBusyHandling()
Determine if any busyHandling attribute is set
|
boolean |
isSetChanged()
Determine if any changed attribute is set
|
boolean |
isSetCommid()
Determine if any commid attribute is set
|
boolean |
isSetCommproc()
Determine if any commproc attribute is set
|
boolean |
isSetDTime()
Determine if any dTime attribute is set
|
boolean |
isSetEvents()
Determine if any events attribute is set
|
boolean |
isSetFlushDelay()
Determine if any flushDelay attribute is set
|
boolean |
isSetHost()
Determine if any host attribute is set
|
boolean |
isSetId()
Determine if any id attribute is set
|
boolean |
isSetLastHeardFrom()
Determine if any lastHeardFrom attribute is set
|
boolean |
isSetLastSendTime()
Determine if any lastSendTime attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetNextNumber()
Determine if any nextNumber attribute is set
|
boolean |
isSetNextSendTime()
Determine if any nextSendTime attribute is set
|
boolean |
isSetSession()
Determine if any session attribute is set
|
boolean |
isSetState()
Determine if any state attribute is set
|
boolean |
isSetSubscribed()
Determine if any subscribed attribute is set
|
boolean |
isSetUid()
Determine if any 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.
|
equalsCompletely, getParent
void setId(int aId)
aId
- the new value for the id attributeint getId()
boolean isSetId()
true
if the id attribute is setvoid setName(java.lang.String aName)
aName
- the new value for the name attributejava.lang.String getName()
boolean isSetName()
true
if the name attribute is setvoid setHost(java.lang.String aHost)
aHost
- the new value for the host attributejava.lang.String getHost()
boolean isSetHost()
true
if the host attribute is setvoid setCommproc(java.lang.String aCommproc)
aCommproc
- the new value for the commproc attributejava.lang.String getCommproc()
boolean isSetCommproc()
true
if the commproc attribute is setvoid setCommid(int aCommid)
aCommid
- the new value for the commid attributeint getCommid()
boolean isSetCommid()
true
if the commid attribute is setvoid setUid(int aUid)
aUid
- the new value for the uid attributeint getUid()
boolean isSetUid()
true
if the uid attribute is setvoid setDTime(int aDTime)
aDTime
- the new value for the dTime attributeint getDTime()
boolean isSetDTime()
true
if the dTime attribute is setvoid setFlushDelay(int aFlushDelay)
aFlushDelay
- the new value for the flushDelay attributeint getFlushDelay()
boolean isSetFlushDelay()
true
if the flushDelay attribute is setjava.util.List<EventSubcribtion> getSubscribedList()
int getSubscribedCount()
EventSubcribtion getSubscribed(int index)
index
- the index of the com.sun.grid.jgdi.configuration.EventSubcribtion attribute which should be
removedvoid addSubscribed(EventSubcribtion asubscribed)
asubscribed
- the new com.sun.grid.jgdi.configuration.EventSubcribtion attributevoid setSubscribed(int index, EventSubcribtion asubscribed)
index
- index of the com.sun.grid.jgdi.configuration.EventSubcribtion attributeasubscribed
- the new com.sun.grid.jgdi.configuration.EventSubcribtion attributevoid removeAllSubscribed()
EventSubcribtion removeSubscribed(int index)
index
- the index of the com.sun.grid.jgdi.configuration.EventSubcribtion attribute which should be
removednull
if
no attribute at this index is storedboolean removeSubscribed(EventSubcribtion asubscribed)
asubscribed
- the com.sun.grid.jgdi.configuration.EventSubcribtion attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.EventSubcribtion attribute has been removedboolean isSetSubscribed()
true
if the subscribed attribute is setvoid setChanged(boolean aChanged)
aChanged
- the new value for the changed attributeboolean isChanged()
boolean isSetChanged()
true
if the changed attribute is setvoid setBusyHandling(int aBusyHandling)
aBusyHandling
- the new value for the busyHandling attributeint getBusyHandling()
boolean isSetBusyHandling()
true
if the busyHandling attribute is setvoid setSession(java.lang.String aSession)
aSession
- the new value for the session attributejava.lang.String getSession()
boolean isSetSession()
true
if the session attribute is setvoid setLastHeardFrom(int aLastHeardFrom)
aLastHeardFrom
- the new value for the lastHeardFrom attributeint getLastHeardFrom()
boolean isSetLastHeardFrom()
true
if the lastHeardFrom attribute is setvoid setLastSendTime(int aLastSendTime)
aLastSendTime
- the new value for the lastSendTime attributeint getLastSendTime()
boolean isSetLastSendTime()
true
if the lastSendTime attribute is setvoid setNextSendTime(int aNextSendTime)
aNextSendTime
- the new value for the nextSendTime attributeint getNextSendTime()
boolean isSetNextSendTime()
true
if the nextSendTime attribute is setvoid setNextNumber(int aNextNumber)
aNextNumber
- the new value for the nextNumber attributeint getNextNumber()
boolean isSetNextNumber()
true
if the nextNumber attribute is setvoid setBusy(int aBusy)
aBusy
- the new value for the busy attributeint getBusy()
boolean isSetBusy()
true
if the busy attribute is setjava.util.List<Event> getEventsList()
int getEventsCount()
Event getEvents(int index)
index
- the index of the com.sun.grid.jgdi.configuration.Event attribute which should be
removedvoid addEvents(Event aevents)
aevents
- the new com.sun.grid.jgdi.configuration.Event attributevoid setEvents(int index, Event aevents)
index
- index of the com.sun.grid.jgdi.configuration.Event attributeaevents
- the new com.sun.grid.jgdi.configuration.Event attributevoid removeAllEvents()
Event removeEvents(int index)
index
- the index of the com.sun.grid.jgdi.configuration.Event attribute which should be
removednull
if
no attribute at this index is storedboolean removeEvents(Event aevents)
aevents
- the com.sun.grid.jgdi.configuration.Event attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.Event attribute has been removedboolean isSetEvents()
true
if the events attribute is setvoid setState(int aState)
aState
- the new value for the state attributeint getState()
boolean isSetState()
true
if the state attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.