| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void | clearErrors() Clears previously-caught exceptions, causing the object to behave as if it has not yet caught an exception. |
String | getErrorMessage() Returns the error message from the last exception to be caught, or "OK" if no exception has yet been caught. |
String | getFactoryHandle() Returns the Grid Service Handle for the factory that will make the service instance managed by this delegate. |
String | getInstanceHandle() Return the Grid Service Handle for the service instance. |
boolean | getThrowsExceptions() Determines whether this delegate throws exceptions (the alternative is to catch the exceptions and to present their messages through the bean properties). |
boolean | isConnected() Talks to the service and checks whether an instance is connected to the delegate. |
boolean | isFailed() Indicates whether this delegate has caught an exception since construction or since the last call to clearErrors. |
boolean | isSimulating() Reports whether the delegate is simulating the link with its service. |
void | reportError(Exception e) Reports a given exception, either by throwing it or storing it in the error property, according to the state of the throwsException property. |
void | setFactoryHandle(String factoryHandle) Sets the Grid Service Handle for the factory that will make the service instance managed by this delegate. |
void | setSimulating(boolean simulating) Sets the flag for simulation of the link with the delegate's service. |
void | setThrowsExceptions(boolean throwsExceptions) Specifies whether this delegate throws exceptions (the alternative is to catch the exceptions and to present their messages through the bean properties). |
Method Detail |
public void clearErrors()
public String getErrorMessage()
public String getFactoryHandle()
public String getInstanceHandle()
throws java.lang.Exception
public boolean getThrowsExceptions()
public boolean isConnected()
public boolean isFailed()
public boolean isSimulating()
public void reportError(Exception e)
throws java.lang.Exception
public void setFactoryHandle(String factoryHandle)
public void setSimulating(boolean simulating)
public void setThrowsExceptions(boolean throwsExceptions)
Association Links |
to Class java.rmi.Remote
to Class java.lang.Exception
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |