com.sun.enterprise.admin.util.proxy
Class Call

java.lang.Object
  extended by com.sun.enterprise.admin.util.proxy.Call

public class Call
extends Object

Represents a method call (or invocation)


Constructor Summary
Call(Method m, Object[] args)
           
 
Method Summary
 Object[] getArguments()
           
 Throwable getFailureReason()
           
 Method getMethod()
           
 Object getResult()
           
 CallState getState()
           
 void setFailureReason(Throwable reason)
           
 void setResult(Object result)
           
 void setState(CallState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Call

public Call(Method m,
            Object[] args)
Method Detail

getMethod

public Method getMethod()

getArguments

public Object[] getArguments()

getState

public CallState getState()

setState

public void setState(CallState state)

getResult

public Object getResult()

setResult

public void setResult(Object result)

getFailureReason

public Throwable getFailureReason()

setFailureReason

public void setFailureReason(Throwable reason)


Copyright © 2012 GlassFish Community. All Rights Reserved.