IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.bo
Interface BOEventSummary.ObjectContext

Enclosing interface:
BOEventSummary

public static interface BOEventSummary.ObjectContext


Method Summary
 commonj.sdo.DataObject getDataObject()
          Returns the Business Object that is referenced by the Object Context.
 java.lang.String getEvent()
          Returns the Event string that is associated with the Object Context.
 java.lang.String getObjectEventID()
          Returns the Object Event ID string that is associated with the Object Context.
 

Method Detail

getDataObject

commonj.sdo.DataObject getDataObject()
Returns the Business Object that is referenced by the Object Context.

Returns:
The Business Object referenced by the Object Context

getObjectEventID

java.lang.String getObjectEventID()
Returns the Object Event ID string that is associated with the Object Context.

Returns:
The Object Event ID string

getEvent

java.lang.String getEvent()
Returns the Event string that is associated with the Object Context.

Returns:
The Event string

IBM WebSphere Application ServerTM
Release 8