|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.management.oss.impl.ManagedEntityKeyResultImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
Constructor Summary | |
ManagedEntityKeyResultImpl()
|
Method Summary | |
java.lang.Exception |
getException()
Returns the Exception associated with an operation failure. |
ManagedEntityKey |
getManagedEntityKey()
Return the Managed Entity Key for which an operation result is reported. |
boolean |
isSuccess()
Returns the success state of the operation. |
void |
setException(java.lang.Exception ex)
Set the exception associated with an operation failure. |
void |
setManagedEntityKey(ManagedEntityKey key)
Set the key of the managed entity targeted by the operation. |
void |
setSuccess(boolean success)
Set the Success state of the operation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ManagedEntityKeyResultImpl()
Method Detail |
public ManagedEntityKey getManagedEntityKey()
ManagedEntityKeyResult
getManagedEntityKey
in interface ManagedEntityKeyResult
public void setManagedEntityKey(ManagedEntityKey key) throws java.lang.IllegalArgumentException
ManagedEntityKeyResult
setManagedEntityKey
in interface ManagedEntityKeyResult
key
-
java.lang.IllegalArgumentException
public boolean isSuccess()
ManagedEntityKeyResult
isSuccess
in interface ManagedEntityKeyResult
public void setSuccess(boolean success)
ManagedEntityKeyResult
setSuccess
in interface ManagedEntityKeyResult
success
- public java.lang.Exception getException()
ManagedEntityKeyResult
getException
in interface ManagedEntityKeyResult
public void setException(java.lang.Exception ex) throws java.lang.IllegalArgumentException
ManagedEntityKeyResult
setException
in interface ManagedEntityKeyResult
ex
-
java.lang.IllegalArgumentException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |