Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama
Interface AsyncArgument


public interface AsyncArgument

Generic interface for an async argument.


Method Summary
 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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.