| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 | 
|  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 - String| Method Detail | 
|---|
public CallContext getContext()
public void addParameter(Wrapper param)
param - BaseWrapperpublic Object getResult()
public String getId()
public void execute()
             throws Exception
Exception| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||