public class OSEvent
extends java.lang.Object
Constructor and Description |
---|
OSEvent(java.lang.String osName,
java.lang.String modifiedObjectName,
java.lang.String modfiedObjectPath,
MboRemote osRootMbo,
MboRemote modifiedMbo) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModfiedObjectPath() |
MboRemote |
getModifiedMbo() |
java.lang.String |
getModifiedObject() |
java.lang.String |
getOsName() |
MboRemote |
getOsRootMbo() |
boolean |
isOSAddEvent() |
boolean |
isOSDeleteEvent() |
boolean |
isOSUpdateEvent() |
boolean |
isRootEvent() |
public java.lang.String getOsName()
public java.lang.String getModifiedObject()
public java.lang.String getModfiedObjectPath()
public MboRemote getOsRootMbo()
public MboRemote getModifiedMbo()
public boolean isRootEvent()
public boolean isOSAddEvent() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isOSUpdateEvent() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isOSDeleteEvent() throws java.rmi.RemoteException
java.rmi.RemoteException