JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.webmethods.portal.bizPolicy.command
Interface ICommandResponseEntry
public interface
ICommandResponseEntry
This entry holds the target server and response, it also may throw an exception on getResponse, if the invocation of the command has thrown an exception.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
getResponse
()
IServer
getServer
()
Method Details
getServer
IServer
getServer
()
Returns:
the server object to which the call was made
getResponse
Object
getResponse
() throws
Exception
Returns:
- the object response of the command invocation
Throws:
Exception
- - an exception which is thrown during the invocation of the command on the target server