|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.sysmgt.sdk.remote.Log
com.ibm.sysmgt.sdk.remote.DirectorEventLog
Director Event Log
Field Summary | |
---|---|
static java.lang.String |
EVENT_LOG_NAME
|
Constructor Summary | |
---|---|
DirectorEventLog()
Constructor |
Method Summary | |
---|---|
java.util.List |
getAllEvents(LoginSession s)
getAllEvents |
java.util.List |
getEventsForGroup(LoginSession s,
ManagedGroup group)
getEventsForGroup |
java.util.List |
getEventsForGroupUsingFilter(LoginSession s,
DirectorEventFilter filter,
ManagedGroup group)
getEventsForGroupUsingFilter |
java.util.List |
getEventsForSystem(LoginSession s,
ManagedSystem system)
|
java.util.List |
getEventsForSystemUsingFilter(LoginSession s,
DirectorEventFilter filter,
ManagedSystem system)
getEventsForSystemUsingFilter |
java.util.List |
getEventUsingFilter(LoginSession s,
DirectorEventFilter f)
getEventUsingFilter |
Methods inherited from class com.ibm.sysmgt.sdk.remote.Log |
---|
getLog, getLogList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String EVENT_LOG_NAME
Constructor Detail |
public DirectorEventLog()
Method Detail |
public java.util.List getAllEvents(LoginSession s) throws ServerCommunicationException, RequestFailedException
s
- - LoginSession
ServerCommunicationException
RequestFailedException
public java.util.List getEventUsingFilter(LoginSession s, DirectorEventFilter f) throws ServerCommunicationException, RequestFailedException
s
- - LoginSessionf
- - filter
ServerCommunicationException
RequestFailedException
public java.util.List getEventsForSystem(LoginSession s, ManagedSystem system) throws ServerCommunicationException, RequestFailedException
ServerCommunicationException
RequestFailedException
public java.util.List getEventsForGroup(LoginSession s, ManagedGroup group) throws ServerCommunicationException, RequestFailedException
s
- - LoginSessiongroup
- - group
ServerCommunicationException
RequestFailedException
public java.util.List getEventsForSystemUsingFilter(LoginSession s, DirectorEventFilter filter, ManagedSystem system) throws ServerCommunicationException, RequestFailedException
s
- - LoginSessionfilter
- - filtersystem
- - system
ServerCommunicationException
RequestFailedException
public java.util.List getEventsForGroupUsingFilter(LoginSession s, DirectorEventFilter filter, ManagedGroup group) throws ServerCommunicationException, RequestFailedException
s
- - LoginSessionfilter
- - filtergroup
- - group
ServerCommunicationException
RequestFailedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |