public class JMXOperation extends Object implements JMXEvent
| Constructor and Description |
|---|
JMXOperation(ObjectName name,
String operation,
Object result,
Throwable error,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError() |
ObjectName |
getObjectName() |
String |
getOperationName() |
Object |
getResult() |
static long |
getSerialversionuid() |
String |
getSource() |
boolean |
isError() |
boolean |
isNotification() |
boolean |
isOpertion() |
public JMXOperation(ObjectName name, String operation, Object result, Throwable error, String message)
public boolean isNotification()
isNotification in interface JMXEventpublic boolean isOpertion()
isOpertion in interface JMXEventpublic static long getSerialversionuid()
public String getSource()
public String getOperationName()
public Object getResult()
public Throwable getError()
public boolean isError()
public ObjectName getObjectName()
getObjectName in interface JMXEventCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.