|
||||||||||
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
Field Summary | |
---|---|
static Annotation[] |
EMPTY_ANNOTATIONS
|
Constructor Summary | |
---|---|
Call(BeanManager beanManager,
String beanName,
String qualifiers,
String methodName)
|
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. |
Throwable |
getException()
Returns the exception thrown by the invoked method. |
Object |
getResult()
Returns the result of this call. |
void |
setConstraints(List<String> constraints)
Required for unit tests |
void |
setResult(Object result)
Required for unit tests |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Annotation[] EMPTY_ANNOTATIONS
Constructor Detail |
---|
public Call(BeanManager beanManager, String beanName, String qualifiers, String methodName)
Method Detail |
---|
public CallContext getContext()
public Throwable getException()
public void addParameter(Wrapper param)
param
- public Object getResult()
public void setResult(Object result)
result
- public List<String> getConstraints()
public void setConstraints(List<String> constraints)
constraints
- public void execute() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |