com.ibm.sysmgt.sdk.remote
Class DirectorEventLog

java.lang.Object
  extended bycom.ibm.sysmgt.sdk.remote.Log
      extended bycom.ibm.sysmgt.sdk.remote.DirectorEventLog
All Implemented Interfaces:
java.io.Serializable

public class DirectorEventLog
extends Log

Director Event Log

See Also:
Serialized Form

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

EVENT_LOG_NAME

public static final java.lang.String EVENT_LOG_NAME
See Also:
Constant Field Values
Constructor Detail

DirectorEventLog

public DirectorEventLog()
Constructor

Method Detail

getAllEvents

public java.util.List getAllEvents(LoginSession s)
                            throws ServerCommunicationException,
                                   RequestFailedException
getAllEvents

Parameters:
s - - LoginSession
Throws:
ServerCommunicationException
RequestFailedException

getEventUsingFilter

public java.util.List getEventUsingFilter(LoginSession s,
                                          DirectorEventFilter f)
                                   throws ServerCommunicationException,
                                          RequestFailedException
getEventUsingFilter

Parameters:
s - - LoginSession
f - - filter
Throws:
ServerCommunicationException
RequestFailedException

getEventsForSystem

public java.util.List getEventsForSystem(LoginSession s,
                                         ManagedSystem system)
                                  throws ServerCommunicationException,
                                         RequestFailedException
Throws:
ServerCommunicationException
RequestFailedException

getEventsForGroup

public java.util.List getEventsForGroup(LoginSession s,
                                        ManagedGroup group)
                                 throws ServerCommunicationException,
                                        RequestFailedException
getEventsForGroup

Parameters:
s - - LoginSession
group - - group
Throws:
ServerCommunicationException
RequestFailedException

getEventsForSystemUsingFilter

public java.util.List getEventsForSystemUsingFilter(LoginSession s,
                                                    DirectorEventFilter filter,
                                                    ManagedSystem system)
                                             throws ServerCommunicationException,
                                                    RequestFailedException
getEventsForSystemUsingFilter

Parameters:
s - - LoginSession
filter - - filter
system - - system
Throws:
ServerCommunicationException
RequestFailedException

getEventsForGroupUsingFilter

public java.util.List getEventsForGroupUsingFilter(LoginSession s,
                                                   DirectorEventFilter filter,
                                                   ManagedGroup group)
                                            throws ServerCommunicationException,
                                                   RequestFailedException
getEventsForGroupUsingFilter

Parameters:
s - - LoginSession
filter - - filter
group - - group
Throws:
ServerCommunicationException
RequestFailedException