oracle.panama
Interface AsyncArgument


public interface AsyncArgument


Method Summary
TypeMethod
 java.lang.String getName()
          Gets the name of the async argument
 java.lang.String getValue()
          Gets the value of the async argument
 void setValue(java.lang.String value)
          Sets the value of the async argument
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the async argument

getValue

public java.lang.String getValue()
Gets the value of the async argument

setValue

public void setValue(java.lang.String value)
Sets the value of the async argument