|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.seam.remoting.Call
public class Call
Constructor Summary | |
---|---|
Call(String id,
String componentName,
String methodName)
Constructor. |
Method Summary | |
---|---|
void |
addParameter(Wrapper param)
Add a parameter to this call. |
void |
execute()
Execute this call |
List<String> |
getConstraints()
Returns the object graph constraints annotated on the method that is called. |
CallContext |
getContext()
Return the call context. |
String |
getId()
Returns the id of this call. |
Object |
getResult()
Returns the result of this call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Call(String id, String componentName, String methodName)
componentName
- StringmethodName
- StringMethod Detail |
---|
public CallContext getContext()
public void addParameter(Wrapper param)
param
- BaseWrapperpublic Object getResult()
public String getId()
public List<String> getConstraints()
public void execute() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |