Modifier and Type | Method and Description |
---|---|
void |
AmiSession.addMethod(AmiMethodInterface method)
Adds the given AmiMethodInterface object to this AmiSession.
|
void |
AmiSession.addMethods(AmiEnabledInterface amiEnabled)
Adds the array of methods defined by the given AmiEnabledInterface object
to this session.
|
void |
AmiSession.announce()
Send the discovery message to the TIB/Hawk Agent
|
void |
AmiSession.createCommonMethods(java.lang.String inName,
java.lang.String inVersion,
java.lang.String inDate,
int inMajorVersion,
int inMinorVersion,
int inUpdateVersion)
This method creates the following common methods for this Session:
getReleaseVersion getTraceLevel setTraceLevel getTraceParameters
|
AmiSession |
AmiSessionFactory.getAmiSession(java.util.Map config,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp) |
AmiMethodInterface |
AmiSession.getMethod(java.lang.String methodName)
Retrieve the AmiMethodInterface object by its name..
|
AmiMethodInterface[] |
AmiEnabledInterface.getMethods()
Returns an array of AmiMethodInterface.
|
AmiMethodInterface[] |
AmiSession.getMethods()
Returns an array of AmiMethodInterfaces for getting and setting AMI
session's number of threads.
|
AmiMethodInterface[] |
AmiTrace.getMethods()
Returns an array of AmiMethodInterfaces for getting and setting AmiTrace
properties.
|
void |
AmiAsyncMethod.onData()
Sends data to all the interesting subscribers
|
AmiParameterList |
AmiGetVersionMethod.onInvoke(AmiParameterList args)
The callback method for the AmiGetVersionMethod object.
|
void |
AmiSession.sendData(AmiMethodContext context,
AmiParameterList data)
Sends data to subscriber according to the given method subscription
context.
|
void |
AmiSession.sendError(AmiMethodContext context,
java.lang.String error)
Sends error to subscriber according to the given method subscription
context.
|
void |
AmiSession.sendUnsolicitedMsg(AmiAlertType type,
java.lang.String text,
java.lang.Integer id)
The method sends unsolicited message to TIB/Hawk Agent to be processed by
rulebases via the onUnsolicitedMsg() method.
|
void |
AmiSession.setMaxThreads(int max)
Sets the maximum number of invocation processing thread this
AmiSession is allowed to create. |
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.
|
void |
AmiSession.stop()
The method sends unsolicited message to TIB/Hawk Agent to be processed by
rulebases via the onUnsolicitedMsg() method.
|
Constructor and Description |
---|
AmiSession(com.tibco.tibrv.TibrvTransport rvTransport,
com.tibco.tibrv.TibrvQueue rvQueue,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp)
Deprecated.
|
AmiSession(com.tibco.tibrv.TibrvTransport rvTransport,
com.tibco.tibrv.TibrvQueue rvQueue,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp,
AmiTraceInterface trace)
Deprecated.
|
AmiSession(java.lang.Object rvTransport,
java.lang.Object rvQueue,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp)
Deprecated.
As of Hawk 5.0, instead use AmiSessionFactory to create AmiSession
|
AmiSession(java.lang.Object rvTransport,
java.lang.Object rvQueue,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp,
AmiTraceInterface trace)
Deprecated.
As of Hawk 5.0, instead use AmiSessionFactory to create AmiSession
|
AmiSession(java.lang.String service,
java.lang.String network,
java.lang.String daemon,
com.tibco.tibrv.TibrvQueue rvQueue,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp)
Deprecated.
|
AmiSession(java.lang.String service,
java.lang.String network,
java.lang.String daemon,
com.tibco.tibrv.TibrvQueue rvQueue,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp,
AmiTraceInterface trace)
Deprecated.
|
AmiSession(java.lang.String service,
java.lang.String network,
java.lang.String daemon,
java.lang.Object rvQueue,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp)
Deprecated.
As of Hawk 5.0, instead use AmiSessionFactory to create AmiSession
|
AmiSession(java.lang.String service,
java.lang.String network,
java.lang.String daemon,
java.lang.Object rvQueue,
java.lang.String amiSessionName,
java.lang.String amiSessionDisplay,
java.lang.String amiSessionHelp,
AmiTraceInterface trace)
Deprecated.
As of Hawk 5.0, instead use AmiSessionFactory to create AmiSession
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.