Modifier and Type | Field and Description |
---|---|
static AmiMethodType |
AmiConstants.METHOD_TYPE_ACTION |
static AmiMethodType |
AmiConstants.METHOD_TYPE_ACTION_INFO |
static AmiMethodType |
AmiConstants.METHOD_TYPE_INFO |
Modifier and Type | Method and Description |
---|---|
static AmiMethodType |
AmiMethodType.fromString(java.lang.String typeString)
Returns the type object according to the input type string.
|
AmiMethodType |
AmiMethod.getType()
Return the type object of this AMI method.
|
AmiMethodType |
AmiMethodInterface.getType()
Gets the type of this AMI method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AmiMethodType.equals(AmiMethodType type)
Determines whether the given method type is equivalent with this object.
|
Constructor and Description |
---|
AmiAsyncMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type)
Constructor to create an asynchronous AMI method.
|
AmiAsyncMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
int timeout)
Constructor to create an asynchronous AMI method.
|
AmiAsyncMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
int timeout,
java.lang.String indexName)
Constructor to create an asynchronous AMI method.
|
AmiAsyncMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
int timeout,
java.lang.String[] indexName)
Constructor to create an asynchronous AMI method.
|
AmiAsyncMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
java.lang.String indexName)
Constructor to create an asynchronous AMI method.
|
AmiAsyncMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
java.lang.String[] indexName)
Constructor to create an asynchronous AMI method.
|
AmiMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type)
Constructor for creating an instance of AmiMethod object
|
AmiMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
int timeout)
Constructor for creating an instance of AmiMethod object
|
AmiMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
int timeout,
java.lang.String indexName)
Constructor for creating an instance of AmiMethod object.
|
AmiMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
int timeout,
java.lang.String[] indexName)
Constructor for creating an instance of AmiMethod object.
|
AmiMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
java.lang.String indexName)
Constructor for creating an instance of AmiMethod object.
|
AmiMethod(java.lang.String name,
java.lang.String help,
AmiMethodType type,
java.lang.String[] indexName)
Constructor for creating an instance of AmiMethod object.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.