Modifier and Type | Method and Description |
---|---|
AmiSession |
AmiSessionFactory.getAmiSession(java.util.Map config,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp) |
AmiSession |
AmiMethod.getSession()
Returns the AmiSession object that this method belongs to.
|
AmiSession |
AmiMethodContext.getSession()
Protected method to be accessed by the AMI Java API only.
|
AmiSession |
AmiMethodInterface.getSession()
Gets the AMI session that owns this AMI method.
|
Modifier and Type | Method and Description |
---|---|
void |
AmiEnabledInterface.setSession(AmiSession ami)
Sets the AmiSession object for the class implementing this interface.
|
void |
AmiMethod.setSession(AmiSession ami)
Sets the
AmiSession for this method. |
void |
AmiMethodInterface.setSession(AmiSession ami)
Sets the AMI session object this method is to be associated with.
|
void |
AmiSession.setSession(AmiSession ami)
This method has a noop implementation.
|
void |
AmiTrace.setSession(AmiSession ami)
This method has a noop implementation.
|
Constructor and Description |
---|
AmiMethodContext(AmiSession ami,
java.lang.Integer context,
java.lang.String replySubject)
Protected method to be accessed by the AMI Java API only.
|
AmiMethodContext(AmiSession ami,
java.lang.String methodName,
AmiMethodInterface method,
java.lang.Object methodMsg,
java.lang.Integer context,
java.lang.Integer duration,
java.lang.String replySubject)
Protected method to be accessed by the AMI Java API only.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.