Sun Adapter for TCP/IP API
A B C D E F G H I J L M N O P R S T U V W

A

AbstractMsg - Interface in com.stc.connector.message.common
This is the root interface for the message model.
AbstractMsgReceiver - Interface in com.stc.connector.tcpip.ext.msg
This class represents an abstract message receiver interface.
AbstractMsgSender - Interface in com.stc.connector.tcpip.ext.msg
This class represents an abstract message sender interface.
accept() - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream
 
accept() - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPServerSocket
 
acceptConnection(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSServerApplicationImpl
 
acceptConnection(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSServerApplicationImpl
Method acceptConnection.
AckMsg - Class in com.stc.connector.message.acknak
This class represents an Ack message.
AckMsg(AbstractMsg) - Constructor for class com.stc.connector.message.acknak.AckMsg
 
AckNakMsg - Class in com.stc.connector.message.acknak
This class represents an abstract Ack/Nak message.
AckNakMsg(AbstractMsg) - Constructor for class com.stc.connector.message.acknak.AckNakMsg
Constructor.
activation(MessageEndpointFactory, BootstrapContext, IConfiguration, ObjectReference) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
Activate eWay endpoint.
activation(MessageEndpointFactory, BootstrapContext, IConfiguration, ObjectReference) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Activate eWay endpoint.
afterDelivery() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory.MyMessageEndpoint
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnectionManager
The method allocateConnection gets called by the resource adapter's connection factory instance.
application - Variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
 
attachServerSocket(ServerSocket) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Attach a serverSocket object so the serverSocket options can be refreshed along with serverSocketInfo changes.
attachSocket(Socket) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Attach a socket object so the socket options can be refreshed along with socketInfo changes.
attachSocket(Socket) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Attach a socket object so the socket options can be refreshed along with socketInfo changes.
available() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
returns the length of the data if it is available to read
available() - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.TCPIPPushbackInputStream
 
available() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
available(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
6633604 - In 5.1.3 when external HL7 system recycle its side the old connection is not getting relinquished.

B

beforeDelivery(Method) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory.MyMessageEndpoint
 
BeginEndMarkedMsg - Class in com.stc.connector.message.envelope
This class represents a "Begin End Marked" message.
BeginEndMarkedMsg(AbstractMsg, AbstractMsg, AbstractMsg) - Constructor for class com.stc.connector.message.envelope.BeginEndMarkedMsg
Constructor
BeginEndMarkedMsg(AbstractMsg, EnvelopedMsg) - Constructor for class com.stc.connector.message.envelope.BeginEndMarkedMsg
Constructor
BinaryNumberMsg - Class in com.stc.connector.message.common
This message represents an number in binary format.
BinaryNumberMsg(long, int) - Constructor for class com.stc.connector.message.common.BinaryNumberMsg
Constructor
BinaryNumberMsg(byte[]) - Constructor for class com.stc.connector.message.common.BinaryNumberMsg
Constructor
BinaryNumberMsg(String) - Constructor for class com.stc.connector.message.common.BinaryNumberMsg
Constructor
buildMBeanInfo() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPActivationSpecMonitor
 
buildMBeanInfo() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMCFMonitor
 
buildMBeanInfo() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
 
BytesMsg - Class in com.stc.connector.message.common
This message represents a generic byte(s) message implementation.
BytesMsg(byte[]) - Constructor for class com.stc.connector.message.common.BytesMsg
Constructor
BytesMsg(byte) - Constructor for class com.stc.connector.message.common.BytesMsg
Constructor
BytesMsg(char) - Constructor for class com.stc.connector.message.common.BytesMsg
Constructor

C

CalendarSchedule - Interface in com.stc.connector.tcpip.model.schedule
RA Communication schedule interface for a calendar schedule.
CalendarTaskScheduler - Class in com.stc.connector.tcpip.model.schedule
RA calendar scheduler for exchange/communication.
CalendarTaskScheduler(CalendarSchedule) - Constructor for class com.stc.connector.tcpip.model.schedule.CalendarTaskScheduler
Constructor for CalendarTaskScheduler.
cancel() - Method in class com.stc.connector.tcpip.model.schedule.CalendarTaskScheduler
 
cancel() - Method in interface com.stc.connector.tcpip.model.schedule.Scheduler
 
cancel() - Method in class com.stc.connector.tcpip.model.schedule.TimerTaskScheduler
 
cancel() - Method in class com.stc.connector.tcpip.model.schedule.WorkScheduler
 
cancel() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
cancel() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
 
cancel() - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
 
checkIfClosed() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
checkIfClosed() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Checks whether the Connection instance was already closed (if close was previously called).
checkIfClosed() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Checks whether the application connection was closed.
checkIfClosed() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Checks whether the Connection instance was already closed (if close was previously called).
checkIfClosed() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
cleanup() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
 
cleanup() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Perform clean up of any resources or reset of any state held by the instance of EwayConnection.
close() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Closes the application connection handle.
close() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocket
Closes the Socket.
close() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Closes the application connection handle.
close() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocket
Closes the Socket.
closeConnection() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Closes the existing connection physically (whether it is good or bad).
closeConnection() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Closes the server application connection.
closeConnection() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Closes the existing connection physically (no matter it is good or bad).
closeConnection() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Closes the server application connection.
closeConnection() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
closeConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
closeConnection(Exception) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Closes socket connection if any.
closeConnection() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
closeConnection(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method closeConnection.
com.stc.connector.appconn.tcpip.ext - package com.stc.connector.appconn.tcpip.ext
 
com.stc.connector.appconn.tcpip.model - package com.stc.connector.appconn.tcpip.model
 
com.stc.connector.message - package com.stc.connector.message
 
com.stc.connector.message.acknak - package com.stc.connector.message.acknak
 
com.stc.connector.message.common - package com.stc.connector.message.common
 
com.stc.connector.message.envelope - package com.stc.connector.message.envelope
 
com.stc.connector.tcpip - package com.stc.connector.tcpip
 
com.stc.connector.tcpip.ext - package com.stc.connector.tcpip.ext
 
com.stc.connector.tcpip.ext.alert - package com.stc.connector.tcpip.ext.alert
 
com.stc.connector.tcpip.ext.client - package com.stc.connector.tcpip.ext.client
 
com.stc.connector.tcpip.ext.msg - package com.stc.connector.tcpip.ext.msg
 
com.stc.connector.tcpip.ext.server - package com.stc.connector.tcpip.ext.server
 
com.stc.connector.tcpip.ext.webservice - package com.stc.connector.tcpip.ext.webservice
 
com.stc.connector.tcpip.model.alert - package com.stc.connector.tcpip.model.alert
 
com.stc.connector.tcpip.model.client - package com.stc.connector.tcpip.model.client
 
com.stc.connector.tcpip.model.exception - package com.stc.connector.tcpip.model.exception
 
com.stc.connector.tcpip.model.factory - package com.stc.connector.tcpip.model.factory
 
com.stc.connector.tcpip.model.mbeans - package com.stc.connector.tcpip.model.mbeans
 
com.stc.connector.tcpip.model.schedule - package com.stc.connector.tcpip.model.schedule
 
com.stc.connector.tcpip.model.server - package com.stc.connector.tcpip.model.server
 
com.stc.connector.tcpip.model.state - package com.stc.connector.tcpip.model.state
 
com.stc.connector.tcpip.model.system - package com.stc.connector.tcpip.model.system
 
com.stc.connector.tcpip.model.webservice - package com.stc.connector.tcpip.model.webservice
 
com.stc.connector.tcpip.monitor.actions.details - package com.stc.connector.tcpip.monitor.actions.details
 
com.stc.connector.tcpip.monitor.common - package com.stc.connector.tcpip.monitor.common
 
com.stc.connector.tcpip.monitor.model - package com.stc.connector.tcpip.monitor.model
 
com.stc.connector.tcpip.util - package com.stc.connector.tcpip.util
 
commonComein(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSClientApplicationImpl
 
commonComein(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSServerApplicationImpl
 
commonComein(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method commonReturn.
commonComein(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSServerApplicationImpl
 
commonFault(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method commonFault.
commonReturn(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSServerApplicationImpl
 
commonReturn(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method commonReturn.
commonReturn(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSServerApplicationImpl
 
connect(InetAddress, int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocket
Creates the Socket object.
connect(String, int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocket
Creates the Socket object.
connect(InetAddress, int, InetAddress, int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocket
Creates the Socket object.
connect(String, int, InetAddress, int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocket
Creates the Socket object.
connect(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocket
Creates the ServerSocket object.
connect(int, int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocket
Creates the ServerSocket object.
connect(int, int, InetAddress) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocket
Creates the ServerSocket object.
CONNECTION_TYPE_CLIENT - Static variable in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
CONNECTION_TYPE_CLIENT - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
CONNECTION_TYPE_SERVER - Static variable in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
CONNECTION_TYPE_SERVER - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
CountPrefixedMsg - Class in com.stc.connector.message.envelope
This class represents a "Count Prefixed" message.
CountPrefixedMsg(NumberMsg, RepeatingMsg) - Constructor for class com.stc.connector.message.envelope.CountPrefixedMsg
Constructor
createApplication(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Creates an Application from the Application Connection.
createApplication(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Creates an Application from the Application Connection.
createBeginMarkerMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Creates a BeginMarkerMsg object based on the configuration information.
createEndMarkerMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Creates an EndMarkerMsg object based on the configuration information.
createEndpoint(XAResource) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory
This is used to create a message endpoint.
createManagedConnectionInternal(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPManagedConnectionFactory
 
createMBean(String, String) - Method in class com.stc.connector.tcpip.model.client.TCPIPManagedConnectionFactory
 
createMonitorSchedule() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Creates a Schedule instance for Monitor.
createNumberMsg(int, int) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Creates a NumberMsg object which maybe used by the message sender and receiver.
createNumberMsg(byte[], int) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Creates a NumberMsg object which maybe used by the message sender and receiver.
createOutputHandler() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Creates an OutputHandler for "sending" data to the EIS.
createOutputHandler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Creates an OutputHandler for "sending" data to the EIS.
createServerSocket(int) - Method in interface com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
Creates a ServerSocket object.
createServerSocket(int, int) - Method in interface com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
Creates a ServerSocket object.
createServerSocket(int, int, InetAddress) - Method in interface com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
Creates a ServerSocket object.
createServerSocket(int, int, InetAddress) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
 
createServerSocket(int, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
 
createServerSocket(int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
 
createServerSocket(int, int, InetAddress) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
 
createServerSocket(int, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
 
createServerSocket(int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
 
createSocket(String, int) - Method in interface com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
Creates a Socket object.
createSocket(InetAddress, int) - Method in interface com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
Creates a Socket object.
createSocket(String, int, InetAddress, int) - Method in interface com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
Creates a Socket object.
createSocket(InetAddress, int, InetAddress, int) - Method in interface com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
Creates a Socket object.
createSocket(InetAddress, int, InetAddress, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
 
createSocket(InetAddress, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
 
createSocket(String, int, InetAddress, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
 
createSocket(String, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
 
createSocket(InetAddress, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
 
createSocket(String, int, InetAddress, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
 
createSocket(String, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
 
createTCPIPClientApplication(TCPIPApplicationConnection, String) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
 
createTCPIPClientApplication(TCPIPApplicationConnection, String) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Creates TCPIPClientApplication object.
createTCPIPServerApplication(TCPIPServerApplicationConnection, String) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
 
createTCPIPServerApplication(TCPIPServerApplicationConnection, String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Creates TCPIPServerApplication object.
createTimer() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerBootstrapContext
Creates a new Timer instance.
createWorkerSchedule() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Creates a Schedule instance for Worker.
CustomEnvelopedMsgSample01 - Class in com.stc.connector.tcpip.ext.msg
A custom envelope message sample: Read data on socket from position "offset" until length "len".
CustomEnvelopedMsgSample01() - Constructor for class com.stc.connector.tcpip.ext.msg.CustomEnvelopedMsgSample01
Constructor for CustomEnvelopedMsgSample01.
CustomEnvelopedMsgSample02 - Class in com.stc.connector.tcpip.ext.msg
A more general EndMarked envelope message: The end marker can be String instead of a char.
CustomEnvelopedMsgSample02() - Constructor for class com.stc.connector.tcpip.ext.msg.CustomEnvelopedMsgSample02
Constructor for CustomEnvelopedMsgSample02.

D

deactivation(MessageEndpointFactory) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
Deactivate (terminate) eWay endpoint.
deactivation(MessageEndpointFactory) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Deactivate (terminate) eWay endpoint.
defaultTimeout - Variable in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
A default timeout value.
destroy() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
 
destroy() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Destroys the application connection handle and the associated physical connection.
destroy() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Release any resources prior to the destruction of the associated ManagedConnection.
destroyConnectionHandles() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
 
detailsHaveChanged() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
detailsHaveChanged() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPHL7DetailModel
 
doWork(Work) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
Accepts a Work instance for processing.
doWork(Work, long, ExecutionContext, WorkListener) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
Accepts a Work instance for processing.

E

EndMarkedMsg - Class in com.stc.connector.message.envelope
This class represents a "End Marked" message.
EndMarkedMsg(AbstractMsg, AbstractMsg) - Constructor for class com.stc.connector.message.envelope.EndMarkedMsg
Constructor
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
EntityBeanStateHandlerImpl - Class in com.stc.connector.tcpip.model.state
It is a Persistent StateHandler implementation.
EntityBeanStateHandlerImpl() - Constructor for class com.stc.connector.tcpip.model.state.EntityBeanStateHandlerImpl
Constructor for EntityBeanStateHandlerImpl.
EnvelopedMsg - Class in com.stc.connector.message.envelope
This class represents an abstract envelope message.
EnvelopedMsg(AbstractMsg, AbstractMsg, AbstractMsg) - Constructor for class com.stc.connector.message.envelope.EnvelopedMsg
Constructor
EnvelopedMsg(AbstractMsg[]) - Constructor for class com.stc.connector.message.envelope.EnvelopedMsg
Constructor
EnvelopedMsgReceiver - Interface in com.stc.connector.tcpip.ext.msg
This class represents an enveloped message receiver interface.
EnvelopedMsgSender - Interface in com.stc.connector.tcpip.ext.msg
This class represents an enveloped message sender interface.
equalsTo(AbstractMsg) - Method in class com.stc.connector.message.acknak.AckNakMsg
Checks whether the Ack/Nak message equals to the specified AbstractMsg.
equalsTo(AbstractMsg) - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the envelope message equals to the specified
EXTERNAL_SYSTEM_CONNECTION_STATUS - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
EXTERNAL_SYSTEM_CONNECTION_STATUS - Static variable in class com.stc.connector.tcpip.monitor.model.TCPIPMBeanProperties
 
EXTERNAL_SYSTEM_CONNECTION_STATUS_DESC - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
ExternalSysConnMonitorTask - Class in com.stc.connector.tcpip.model.system
 
ExternalSysConnMonitorTask() - Constructor for class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
Creates an instance of ExternalSysConnMonitorTask

F

FixedLengthMsg - Class in com.stc.connector.message.envelope
This class represents a "Fixed Length" message.
FixedLengthMsg(AbstractMsg) - Constructor for class com.stc.connector.message.envelope.FixedLengthMsg
Constructor

G

generateAlert(String, String, int) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
 
get() - Static method in class com.stc.connector.message.Localizer
 
get() - Static method in class com.stc.connector.tcpip.ext.Localizer
 
get() - Static method in class com.stc.connector.tcpip.Localizer
 
getActivationSpec() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPActivationSpecMonitor
 
getActivationSpec() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Returns the activationSpec.
getActivationSpec() - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
getApplicationConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Gets the TCPIP application connection which created this instance of TCPIPClientApplication.
getApplicationName() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getAtFixedRate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
getAtFixedRate() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfoInterface
 
getAtFixedRate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
getAtFixedRate() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfoInterface
 
getAttachedServerSocket() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the attachedServerSocket.
getAttachedSocket() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the attachedSocket.
getAttachedSocket() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the attachedSocket.
getAttribute(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPActivationSpecMonitor
 
getAttribute(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMCFMonitor
 
getAttribute(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
 
getAttribute(String) - Method in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
getAutoClose() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the autoClose.
getAutoReconnect() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the autoReconnect.
getAutoReconnectUponMatchingFailure() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
getAutoReconnectUponMatchingFailure() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfoInterface
 
getBacklog() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the backlog which is the maximum length of the queue.
getBacklog() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the backlog which is the maximum length of the queue.
getBacklog() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the backlog which is the maximum length of the queue.
getBacklog() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the backlog which is the maximum length of the queue.
getBinaryNumber() - Method in class com.stc.connector.message.common.BinaryNumberMsg
Gets the binary number.
getBody() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Returns the body.
getBootstrapContext() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Returns the bootstrapContext.
getBytes() - Method in class com.stc.connector.message.acknak.AckNakMsg
 
getBytes() - Method in interface com.stc.connector.message.common.AbstractMsg
Returns a byte array.
getBytes() - Method in class com.stc.connector.message.common.BinaryNumberMsg
Return leading-zero padding representation of an number with specified width.
getBytes() - Method in class com.stc.connector.message.common.BytesMsg
 
getBytes() - Method in class com.stc.connector.message.common.NumberMsg
Return leading-zero padding representation of an number with specified width.
getBytes() - Method in class com.stc.connector.message.common.TextMsg
 
getBytes() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
 
getBytes() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the bytes.
getBytesToRead() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the value of bytesToRead.
getBytesToRead() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Returns the value of bytesToRead.
getCallingAdapter() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Returns the callingAdapter.
getChildMsgs() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Returns the childMsgs.
getClientApplication() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the clientApplication.
getClientConnectionEstablishmentInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientConfigInfo
 
getClientConnectionEstablishmentInfo() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientConfigInfoInterface
 
getClientConnectionEstablishmentInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
getClientConnectionEstablishmentInfo() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
 
getClientConnectionEstablishmentInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConfigInfo
It is for inbound client only.
getClientConnectionEstablishmentInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConfigInfoInterface
It is for inbound client only.
getClientConnectionEstablishmentInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
getClientConnectionEstablishmentInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
getClientGeneralInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Returns the TCPIPClientGeneralInfo instance.
getClientMessage() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
Returns the clientMessage.
getCloseNotification() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
getCloseNotification() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfoInterface
 
getConfiguration() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Returns the initial configuration.
getConfiguration() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Return the initial configuration.
getConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Get a new instance of the connection handle (application connection).
getConnectionHandles() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
 
getConnectionID() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the connectionID.
getConnectionID() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the connectionID.
getConnectionPoolSize() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
getConnectionPoolSize() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfoInterface
 
getConnectionType() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
getConnectionType() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
 
getConnectionType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
getConnectionType() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
getCreateConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
getCreateConnection() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfoInterface
 
getCreateConnection() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the createConnection setting (true or false).
getCreateConnection() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the createConnection setting (true or false).
getCurrentApplicationConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Returns the current application connection instance.
getCustomEnvelopedClassName() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the customEnvelopedClassName.
getCustomEnvelopedClassName() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Returns the customEnvelopedClassName.
getCustomerDefinedProperty() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the customerDefinedProperty.
getCustomerDefinedProperty() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Returns the customerDefinedProperty.
getDedicatedSessionMode() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Returns the dedicatedSessionMode.
getDedicatedSessionMode() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Returns the dedicatedSessionMode.
getDedicatedSessionMode() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getDedicatedSessionMode() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getDedicatedSessionMode() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
Returns the dedicatedSessionMode.
getDedicatedSessionMode() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
Returns the dedicatedSessionMode.
getDefaultEncoding() - Static method in class com.stc.connector.message.common.TextMsg
Returns the defaultEncoding.
getDelay() - Method in interface com.stc.connector.tcpip.model.schedule.CalendarSchedule
Method getDelay.
getDelay() - Method in class com.stc.connector.tcpip.model.schedule.OneTimeSchedule
 
getDelay() - Method in class com.stc.connector.tcpip.model.schedule.RepeatedSchedule
 
getDelay() - Method in interface com.stc.connector.tcpip.model.schedule.Schedule
Method getDelay.
getDelay() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
getDelay() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfoInterface
 
getDelay() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
getDelay() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfoInterface
 
getDetailModelAsMap() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
getDetailModelAsMap() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPHL7DetailModel
 
getDetails(String, HttpServletRequest, HttpServletResponse) - Method in class com.stc.connector.tcpip.monitor.actions.details.TCPIPGetDetailAction
Get the detail information as name/value pairs.
getDetails(String, HttpServletRequest, HttpServletResponse) - Method in class com.stc.connector.tcpip.monitor.actions.details.TCPIPHL7GetDetailAction
Get the detail information as name/value pairs.
getDetailsModelKey() - Method in class com.stc.connector.tcpip.monitor.actions.details.TCPIPExtGetDetailAction
 
getDetailsModelKey() - Method in class com.stc.connector.tcpip.monitor.actions.details.TCPIPExtUpdateDetailAction
 
getDetailsModelKey() - Method in class com.stc.connector.tcpip.monitor.actions.details.TCPIPGetDetailAction
 
getDetailsModelKey() - Method in class com.stc.connector.tcpip.monitor.actions.details.TCPIPUpdateDetailAction
 
getEncoding() - Method in class com.stc.connector.message.common.TextMsg
Returns the encoding.
getEncoding() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the encoding.
getEnvelopedMsg() - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
 
getEnvelopeType() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Returns the envelopeType.
getEnvelopeType() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the envelopeType.
getEnvelopeType() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Returns the envelopeType.
getEwayConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Gets the TCPIPEwayConnection associated with this application connection.
getEwayConnection() - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
getEwayEndpoint() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Gets the TCPIPServerEwayActivationSpec associated with this application connection.
getEwayEndpoint() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
Returns the TCPIPServerEwayActivationSpec.
getExternalSystemConnectionStatus() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
getExternalSystemConnectionStatus() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
Getter for External System Connection Status
getExtSystemConnStatus() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
getHL7SequenceNumber() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPHL7DetailModel
 
getHost() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the host.
getHost() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the host.
getHost() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the host.
getHost() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the host.
getIdleTimeout() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
getIdleTimeout() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfoInterface
 
getIgnoreUntilChar() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the ignoreUntilChar.
getIgnoreUntilChar() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Returns the ignoreUntilChar.
getInboundConnectionManagementInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConfigInfo
 
getInboundConnectionManagementInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConfigInfoInterface
 
getInboundConnectionManagementInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
getInboundConnectionManagementInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
getInboundScheduleInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConfigInfo
 
getInboundScheduleInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConfigInfoInterface
 
getInboundTriggerEvent() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
getInboundTriggerEvent() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the initial configuration.
getInitPropertiesInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
Returns the initial configuration.
getInputStream() - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream
 
getLastReceiveOperationTimestamp() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
getLastReceiveOperationTimestamp() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
 
getLastReceiveOperationTimestamp() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
getLastSendOperationTimestamp() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
getLastSendOperationTimestamp() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
 
getLastSendOperationTimestamp() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
getLastSuccessReceiveTime() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
getLeftOverFromLastRead() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getLeftOverFromLastRead() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
returns the data left over from last read
getLeftOverFromLastRead() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getLeftOverFromLastRead() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
getLeftOverFromLastRead() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getListenerScheduleInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
getListenerScheduleInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfoInterface
 
getLocalTransaction() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Get a LocalTransaction instance for local transaction demaracation.
getManagedConnectionCallback() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
 
getManagedConnectionCallback() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Returns the ManagedConnectionCallback object.
getManagedConnectionFactory() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMCFMonitor
 
getManagedConnectionFactory() - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
getMapping(String) - Method in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
getMapping(String) - Method in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
getMaxBindingRetries() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
 
getMaxBindingRetries() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfoInterface
 
getMaxConnectionRetries() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
getMaxConnectionRetries() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfoInterface
 
getMaxDataSize() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Returns the maxDataSize.
getMaxDataSize() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Returns the maxDataSize.
getMaxDataSize() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Returns the maxDataSize.
getMaxDataSize() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Returns the maxDataSize.
getMaxDataSize() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getMaxDataSize() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getMaxDataSize() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
Returns the maxDataSize.
getMaxDataSize() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
Returns the maxDataSize.
getMaxDataSize() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getMaxDataSize() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
Returns the maxDataSize.
getMaxDataSize() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
Returns the maxDataSize.
getMaxEmptyReadRetry() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getMaxPoolSize() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
getMaxPoolSize() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
getMaxWaitTimeInMillis() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
getMaxWaitTimeInMillis() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
getMessage() - Method in class com.stc.connector.message.acknak.AckNakMsg
Returns the message.
getMessageEndpointFactory() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Returns the MessageEndpointFactory.
getMessageInfo() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Gets the message configuration information.
getMessageInfo() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Gets the message configuration information.
getMessageInfo() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
 
getMessageInfo() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
Returns the messageInfo instance.
getMessageInfo() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getMessageInfo() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
Returns the messageInfo instance.
getMetaData() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
 
getMetaData() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Get a new instance of the ManagedConnectionMetaData which contains connection information for the currently established connection.
getMonitor() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getMonitor() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
 
getMonitor() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getMonitor() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Method getMonitor.
getMonitor() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
getMonitorAtFixedRate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the monitorAtFixedRate.
getMonitorDelay() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the monitorDelay.
getMonitorPeriod() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the monitorPeriod.
getMonitorScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
getMonitorScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
getMonitorSchedulerList() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
 
getMonitorScheduleType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
getMonitorTask() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitor
Returns the monitorTask.
getMonitorTask() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
Returns the monitorTask.
getMonitorTaskList() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
 
getMonitorWork() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
Returns the monitorWork.
getMonitorWorkList() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
 
getNestedException() - Method in exception com.stc.connector.tcpip.model.exception.TCPIPApplicationConnectionException
 
getNestedException() - Method in exception com.stc.connector.tcpip.model.exception.TCPIPApplicationException
 
getNestedException() - Method in exception com.stc.connector.tcpip.model.exception.TCPIPIncompleteDataException
 
getNestedException() - Method in interface com.stc.connector.tcpip.model.exception.TCPIPNestedException
 
getNestedException() - Method in exception com.stc.connector.tcpip.model.exception.TCPIPNoResponseException
 
getNestedException() - Method in exception com.stc.connector.tcpip.model.exception.TCPIPWSException
 
getNumber() - Method in class com.stc.connector.message.common.NumberMsg
Returns the number.
getNumericRepresentation() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the numericRepresentation.
getNumericRepresentation() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Returns the numericRepresentation.
getOutputStream() - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPSocket
This method is overridden to ensure that the same outputStream is returned everytime it is invoked on this socket
getParameter(String) - Method in class com.stc.connector.tcpip.util.TCPIPConfigurationHelper
Gets the parameter value from configuration file.
getPeriod() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
getPeriod() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfoInterface
 
getPeriod() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
getPeriod() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfoInterface
 
getPersistenceFile() - Method in class com.stc.connector.tcpip.model.state.PersistenceFileStateHandlerImpl
Returns the persistenceFile.
getPersistenceStateFileLocation() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
getPersistenceStateFileLocation() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
getPoolIdleTimeoutInSeconds() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
getPoolIdleTimeoutInSeconds() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
getPort() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the port.
getPort() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the port.
getPrefix() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Returns the prefix.
getRadix() - Method in class com.stc.connector.message.common.NumberMsg
Returns the radix.
getReceiveBufferSize() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the receiveBufferSize.
getReceiveBufferSize() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the receiveBufferSize.
getReceiveBufferSize() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the receiveBufferSize.
getReceiveBufferSize() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the receiveBufferSize.
getRepeatPeriod() - Method in interface com.stc.connector.tcpip.model.schedule.CalendarSchedule
Method getRepeatPeriod.
getRepeatPeriod() - Method in class com.stc.connector.tcpip.model.schedule.OneTimeSchedule
 
getRepeatPeriod() - Method in class com.stc.connector.tcpip.model.schedule.RepeatedSchedule
 
getRepeatPeriod() - Method in interface com.stc.connector.tcpip.model.schedule.Schedule
Method getRepeatPeriod.
getResizeQuantity() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
getResizeQuantity() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
getResourceAdapter() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getResourceAdapter() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Method getResourceAdapter.
getResourceAdapter() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getRetryBindingInterval() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
 
getRetryBindingInterval() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfoInterface
 
getRetryConnectionInterval() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
getRetryConnectionInterval() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfoInterface
 
getScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
getScheduler() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfoInterface
 
getScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
getScheduler() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfoInterface
 
getScheduleType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
getScheduleType() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfoInterface
 
getScheduleType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
getScheduleType() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfoInterface
 
getScopeOfConnection() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
getScopeOfConnection() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfoInterface
 
getScopeOfState() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
getScopeOfState() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
 
getScopeOfState() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
getScopeOfState() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
 
getSendBufferSize() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the sendBufferSize.
getSendBufferSize() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the sendBufferSize.
getSendBufferSize() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the sendBufferSize.
getSendBufferSize() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the sendBufferSize.
getServerApplication() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the serverApplication.
getServerApplicationConnection() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Gets the TCPIP server application connection which created this instance of TCPIPServerApplication.
getServerApplicationConnection() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Gets the TCPIP server application connection which created this instance of TCPIPServerApplication.
getServerGeneralInfo() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Returns the TCPIPServerGeneralInfo instance.
getServerGeneralInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Returns the TCPIPServerGeneralInfo instance.
getServerMessage() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
Returns the serverMessage.
getServerPort() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the serverPort.
getServerPort() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the serverPort.
getServerPortBindingInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientConfigInfo
It is for outbound server only.
getServerPortBindingInfo() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientConfigInfoInterface
It is for outbound server only.
getServerPortBindingInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
getServerPortBindingInfo() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
 
getServerPortBindingInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConfigInfo
 
getServerPortBindingInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConfigInfoInterface
 
getServerPortBindingInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
getServerPortBindingInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
getServerScheduleInfo() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Returns the TCPIPServerScheduleInfo instance.
getServerScheduleInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Returns the TCPIPServerScheduleInfo instance.
getServerSocket() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocket
Returns a ServerSocket instance.
getServerSocket() - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
getServerSocketFactoryImplClassName() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the serverSocketFactoryImplClassName.
getServerSocketFactoryImplClassName() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the serverSocketFactoryImplClassName.
getServerSocketInfo() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Returns the TCPIPServerSocketInfo instance.
getServerSocketInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Returns the TCPIPServerSocketInfo instance.
getServerSoTimeout() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the server soTimeout.
getServerSoTimeout() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the server soTimeout.
getServerSoTimeout() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the server soTimeout.
getServerSoTimeout() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the server soTimeout.
getServerWelcomeMessage() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
getServerWelcomeMessage() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
 
getServerWelcomeMessage() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
getServerWelcomeMessage() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
getServerWorkerTask() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Returns the workerTask.
getServiceScheduleInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
getServiceScheduleInfo() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfoInterface
 
getSocket() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Returns the underlying java.net.Socket instance on which the eWay relys.
getSocket() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Returns the underlying java.net.Socket instance on which the eWay relys.
getSocket() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Returns the underlying java.net.Socket instance which the e*Way relys on.
getSocket() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Returns the underlying java.net.Socket instance which the e*Way relys on.
getSocket() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getSocket() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Gets the Socket associated with this application connection.
getSocket() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getSocket() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Returns the Socket object.
getSocket() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocket
Returns a Socket instance.
getSocket() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Gets the Socket associated with this application connection.
getSocket() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getSocket() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
Returns the socket instance.
getSocketFactoryImplClassName() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the socketFactoryImplClassName.
getSocketFactoryImplClassName() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the socketFactoryImplClassName.
getSocketInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Returns the TCPIPSocketInfo instance.
getSoLingerTimeout() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the soLingerTimeout.
getSoLingerTimeout() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the soLingerTimeout.
getSoLingerTimeout() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the soLingerTimeout.
getSoLingerTimeout() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the soLingerTimeout.
getSoTimeout() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the soTimeout.
getSoTimeout() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Returns the soTimeout.
getSoTimeout() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the soTimeout.
getSoTimeout() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Returns the soTimeout.
getStartTime() - Method in interface com.stc.connector.tcpip.model.schedule.CalendarSchedule
Method getStartTime.
getStartTime() - Method in class com.stc.connector.tcpip.model.schedule.OneTimeSchedule
 
getStartTime() - Method in class com.stc.connector.tcpip.model.schedule.RepeatedSchedule
 
getStartTime() - Method in interface com.stc.connector.tcpip.model.schedule.Schedule
Method getStartTime.
getState() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Returns the State that is set by user.
getState() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Returns the State which is set by user.
getState() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Returns the State which is set by user.
getState() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Returns the State which is set by user.
getState() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getState() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
 
getState() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getState() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
getState() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getState() - Method in class com.stc.connector.tcpip.model.state.EntityBeanStateHandlerImpl
 
getState() - Method in class com.stc.connector.tcpip.model.state.JAXBStateHandlerImpl
 
getState() - Method in class com.stc.connector.tcpip.model.state.JDBCStateHandlerImpl
 
getState() - Method in class com.stc.connector.tcpip.model.state.JDOStateHandlerImpl
 
getState() - Method in class com.stc.connector.tcpip.model.state.NonPersistentStateHandlerImpl
 
getState() - Method in class com.stc.connector.tcpip.model.state.ObjectSerializableStateHandlerImpl
 
getState() - Method in class com.stc.connector.tcpip.model.state.PersistenceFileStateHandlerImpl
 
getState() - Method in interface com.stc.connector.tcpip.model.state.StateHandler
Returns the State.
getState() - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
Returns the state.
getStateHandler() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getStateHandler() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Returns the stateHandler.
getStateHandler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getStateValue() - Method in class com.stc.connector.tcpip.model.state.SingleIntegerStateImpl
Returns the stateValue.
getStateValue() - Method in class com.stc.connector.tcpip.model.state.SingleStringStateImpl
Returns the stateValue.
getStatus() - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
getSteadyPoolSize() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
getSteadyPoolSize() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
getStoreUntilChar() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the storeUntilChar.
getStoreUntilChar() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Returns the storeUntilChar.
getString() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the string.
getSubject() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Returns the Subject object.
getSuffix() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Returns the suffix.
getTCPIPClientGeneralInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Returns the TCPIPClientGeneralInfo object.
getTCPIPInboundConfigInfo() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Returns an object that represents the base TCP/IP Inbound configuration information.
getTCPIPInboundConfigInfo() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Returns an object which represents the base TCP/IP inbound configuration information.
getTCPIPInboundConfigInfo() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
getTCPIPInboundConfigInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
getTcpipMonitorData() - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
 
getTCPIPOutboundConfigInfo() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Returns an object which represents the base TCP/IP Outbound configuration information.
getTCPIPOutboundConfigInfo() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Returns an object which represents the base TCP/IP Outbound configuration information.
getTCPIPOutboundConfigInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getTCPIPResourceAdapter() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Method getTCPIPResourceAdapter.
getTCPIPServer() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Returns the TCPIPServerSocket.
getTCPIPServerGeneralInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Returns the TCPIPServerGeneralInfo.
getTCPIPServerScheduleInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Returns the TCPIPServerScheduleInfo.
getTCPIPServerSocketInfo() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Returns the TCPIPServerSocketInfo.
getTCPIPSocketInfo() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Returns the TCPIPSocketInfo object.
getText() - Method in class com.stc.connector.message.common.TextMsg
Returns the text string.
getTimeToWaitBeforeAttemptingConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
getTimeToWaitBeforeAttemptingConnection() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfoInterface
 
getTimeToWaitForAResponse() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
getType() - Method in class com.stc.connector.message.acknak.AckNakMsg
Gets the Type.
getWelcomeMsg() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory
Returns the welcomeMsg.
getWidth() - Method in class com.stc.connector.message.common.BinaryNumberMsg
 
getWidth() - Method in class com.stc.connector.message.common.NumberMsg
Returns the width.
getWidthOfLength() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Returns the widthOfLength.
getWidthOfLength() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Returns the widthOfLength.
getWorkerAtFixedRate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the workerAtFixedRate.
getWorkerDelay() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the workerDelay.
getWorkerPeriod() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the workerPeriod.
getWorkerScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
getWorkerScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
 
getWorkerSchedulerList() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
getWorkerScheduleType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
getWorkerTask() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorker
Returns the workerTask.
getWorkerTaskList() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
getWorkerWork() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
Returns the workerWork.
getWorkerWorkList() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
getWorkManager() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerBootstrapContext
Provides a handle to a WorkManager instance.
getXAResource() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Get an XAResource instance for global transaction demaracation.
getXAResource() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Get the XAResource from the current active eWay endpoint.
getXATerminator() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerBootstrapContext
Provides a handle to a XATerminator instance.

H

HL7_SEQUENCE_NUMBER - Static variable in class com.stc.connector.tcpip.monitor.model.TCPIPHL7MBeanProperties
 

I

INBOUND_TRIGGER_EVENT_ON_CONNECTION - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
INBOUND_TRIGGER_EVENT_ON_MESSAGE - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
initialize(ManagedConnectionCallback, Subject, ConnectionRequestInfo, MonitorDataContainer) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
 
initialize(ManagedConnectionCallback, Subject, ConnectionRequestInfo, MonitorDataContainer) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Initialize the EwayConnection.
initializeMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
 
initializeMsg() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
 
initializeMsg() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Method initializeMsg.
initializeMsg() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Method initializeMsg.
invalidateConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
This is called by the ManagedConnection to invalidate the connection handle.
isAutoClose() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the autoClose.
isAutoReconnect() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Returns the autoReconnect.
isAutoReconnectUponMatchingFailure() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
isAutoReconnectUponMatchingFailure() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfoInterface
 
isBeginEndMarkedMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of BeginEndMarkedMsg.
isBeginEndMarkedMsg() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the envelope type is BeginEndMarked.
isBeginEndMarkedMsg() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the envelope type is BeginEndMarked.
isCalledByInbound() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Returns the calledByInbound.
isClientConnectionType() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
isClientConnectionType() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
 
isClientConnectionType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
isClientConnectionType() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
isClientContainerType() - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
isClientContainerType() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
Method isClientContainerType.
isClientMessageType() - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
 
isClientMessageType() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Method isClientMessageType.
isClosed() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Checks to see if the connection is closed.
isClosed() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Checks whether the connection is closed.
isClosed() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Checks whether the connection is closed.
isClosed() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Checks whether the connection is closed.
isClosed() - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
isClosed() - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
 
isClosed() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
isClosed() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
isClosed() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Method isClosed.
isCollaborationScopeOfConnection() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
isCollaborationScopeOfConnection() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfoInterface
 
isCollaborationScopeOfState() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
isCollaborationScopeOfState() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
 
isCollaborationScopeOfState() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
isCollaborationScopeOfState() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
 
isConnectionScopeOfState() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
isConnectionScopeOfState() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
 
isConnectionScopeOfState() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
isConnectionScopeOfState() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
 
isCountPrefixedMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of CountPrefixedMsg.
isCreateConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
isCreateConnection() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfoInterface
 
isCustomEnvelopedMsg() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the envelope type is Custom (user-defined).
isCustomEnvelopedMsg() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the envelope type is Custom (user-defined).
isCustomMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of CustomMsg.
isDeliveryTransacted(Method) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory
This is used to find out whether message deliveries to a message endpoint will be transacted or not.
isEndMarkedMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of EndMarkedMsg.
isEndMarkedMsg() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the envelope type is EndMarked.
isEndMarkedMsg() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the envelope type is EndMarked.
isFixedLengthMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of FixedLengthMsg.
isFixedLengthMsg() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the envelope type is FixedLength.
isFixedLengthMsg() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the envelope type is FixedLength.
isFixedRate() - Method in class com.stc.connector.tcpip.model.schedule.OneTimeSchedule
 
isFixedRate() - Method in class com.stc.connector.tcpip.model.schedule.RepeatedSchedule
 
isFixedRate() - Method in interface com.stc.connector.tcpip.model.schedule.Schedule
Method isFixedRate.
isKeepAlive() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Checks whether the keepAlive option is on.
isKeepAlive() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Checks whether the keepAlive option is on.
isKeepAlive() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Checks whether the keepAlive option is on.
isKeepAlive() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Checks whether the keepAlive option is on.
isLengthPrefixedMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of LengthPrefixedMsg.
isLengthPrefixedMsg() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the envelope type is LengthPrefixed.
isLengthPrefixedMsg() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the envelope type is LengthPrefixed.
isMarkedAndFixedMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of MarkedAndFixedMsg.
isMarkedAndFixedMsg() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the envelope type is MarkedAndFixed.
isMarkedAndFixedMsg() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the envelope type is MarkedAndFixed.
isMonitorAtFixedRate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the monitorAtFixedRate.
isMonitorOneTimeScheduleType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
isMonitorRepeatedScheduleType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
isMonitorTimerServiceScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
isMonitorWorkManagerScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
isNumericRepDecimal() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the NumericRep is Decimal.
isNumericRepDecimal() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the NumericRep is Decimal.
isNumericRepHexadecimal() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the NumericRep is Hexadecimal.
isNumericRepHexadecimal() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the NumericRep is Hexadecimal.
isNumericRepNetworkLong() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the NumericRep Network Long.
isNumericRepNetworkLong() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the NumericRep Network Long.
isNumericRepNetworkShort() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the NumericRep is Network Short.
isNumericRepNetworkShort() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the NumericRep is Network Short.
isNumericRepOctal() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the NumericRep is Octal.
isNumericRepOctal() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the NumericRep is Octal.
isOnConnectionInboundTriggerEvent() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
isOnConnectionInboundTriggerEvent() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
isOnMessageInboundTriggerEvent() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
isOnMessageInboundTriggerEvent() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
isOtdScopeOfState() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
isOtdScopeOfState() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
 
isOtdScopeOfState() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
isOtdScopeOfState() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
 
isPerActiveConnectionMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of PerActiveConnectionMsg.
isPerActiveConnectionMsg() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Checks whether the envelope type is PerActiveConnection.
isPerActiveConnectionMsg() - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Checks whether the envelope type is PerActiveConnection.
isPersistenceScopeOfState() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
isPersistenceScopeOfState() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
 
isPersistenceScopeOfState() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
isPersistenceScopeOfState() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
 
isRepeatingMsg() - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Checks whether the message is type of RepeatingMsg.
isResourceAdapterScopeOfConnection() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
isResourceAdapterScopeOfConnection() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfoInterface
 
isResourceAdapterScopeOfState() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
isResourceAdapterScopeOfState() - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
 
isResourceAdapterScopeOfState() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
isResourceAdapterScopeOfState() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
 
isRunning() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitor
Returns the running.
isRunning() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
Returns the running.
isRunning() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorker
Returns the running.
isRunning() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
Returns the running.
isRunning() - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
Returns the running.
isServerCloseNotification(String) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
isServerCloseNotification(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Returns true if the data which the server receives represents the close notification.
isServerCloseNotification(byte[]) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Returns true if the data which the server receives represents the close notification.
isServerCloseNotification(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
isServerConnectionType() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
isServerConnectionType() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
 
isServerConnectionType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
isServerConnectionType() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
isServerContainerType() - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
isServerContainerType() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
Method isServerContainerType.
isServerIdleTimeout() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Returns true if the server detects that the client has no actual activity (idle) for certain time.
isServerMessageType() - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
 
isServerMessageType() - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Method isServerMessageType.
isSessionScopeOfConnection() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
isSessionScopeOfConnection() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfoInterface
 
isSocketConnected() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Returns the socketConnected.
isSocketConnected() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Returns the socketConnected.
isSoLinger() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Checks whether the SoLinger option is on.
isSoLinger() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Checks whether the SoLinger option is on.
isSoLinger() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Checks whether the SoLinger option is on.
isSoLinger() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Checks whether the SoLinger option is on.
isStarted() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
isSuspendedByMonitor() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
isTcpNoDelay() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Checks whether the TcpNoDelay option is on.
isTcpNoDelay() - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Checks whether the TcpNoDelay option is on.
isTcpNoDelay() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Checks whether the TcpNoDelay option is on.
isTcpNoDelay() - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Checks whether the TcpNoDelay option is on.
isThereAttachedServerSocket() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Method isThereAttachedServerSocket.
isThereAttachedSocket() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Method isThereAttachedSocket.
isThereAttachedSocket() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Method isThereAttachedSocket.
isUsedByBPEL() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Returns the usedByBPEL.
isUsedByBPEL() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Returns the usedByBPEL.
isValidConnection() - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
 
isValidProperty(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
isValueLdapURL(String) - Method in class com.stc.connector.tcpip.util.TCPIPConfigurationHelper
Checks if a user provided value is an LDAP URL
isWorkerAtFixedRate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Returns the workerAtFixedRate.
isWorkerOneTimeScheduleType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
isWorkerRepeatedScheduleType() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
isWorkerTimerServiceScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
isWorkerWorkManagerScheduler() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 

J

JAXBStateHandlerImpl - Class in com.stc.connector.tcpip.model.state
It is a Persistent StateHandler implementation.
JAXBStateHandlerImpl() - Constructor for class com.stc.connector.tcpip.model.state.JAXBStateHandlerImpl
Constructor for JAXBStateHandlerImpl.
JDBCStateHandlerImpl - Class in com.stc.connector.tcpip.model.state
It is a Persistent StateHandler implementation.
JDBCStateHandlerImpl() - Constructor for class com.stc.connector.tcpip.model.state.JDBCStateHandlerImpl
Constructor for JDBCStateHandlerImpl.
JDOStateHandlerImpl - Class in com.stc.connector.tcpip.model.state
It is a Persistent StateHandler implementation.
JDOStateHandlerImpl() - Constructor for class com.stc.connector.tcpip.model.state.JDOStateHandlerImpl
Constructor for JDOStateHandlerImpl.

L

LAST_RECEIVE_OPERATION_TIMESTAMP - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
LAST_RECEIVE_OPERATION_TIMESTAMP - Static variable in class com.stc.connector.tcpip.monitor.model.TCPIPMBeanProperties
 
LAST_RECEIVE_OPERATION_TIMESTAMP_DESC - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
LAST_SEND_OPERATION_TIMESTAMP - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
LAST_SEND_OPERATION_TIMESTAMP - Static variable in class com.stc.connector.tcpip.monitor.model.TCPIPMBeanProperties
 
LAST_SEND_OPERATION_TIMESTAMP_DESC - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
LengthPrefixedMsg - Class in com.stc.connector.message.envelope
This class represents a "Length Prefixed" message.
LengthPrefixedMsg(NumberMsg, AbstractMsg) - Constructor for class com.stc.connector.message.envelope.LengthPrefixedMsg
Constructor
Localizer - Class in com.stc.connector.message
Currently connectors/message uses following conventions for i18n message extraction/transformation : Message ID ("9999" means 4 digits): E9999 - Fatal/Error level messages W9999 - Warning level message I9999 - Info level messages D9999 - Debug/Fine/Finer/Finest level messages Message ID prefix: MSG- Message Bundle name: Messages.properties
Localizer - Class in com.stc.connector.tcpip.ext
Currently connectors/tcpip/ext uses following conventions for i18n message extraction/transformation : Message ID ("9999" means 4 digits): E9999 - Fatal/Error level messages W9999 - Warning level message I9999 - Info level messages D9999 - Debug/Fine/Finer/Finest level messages Message ID prefix: TCPIPEXT- Message Bundle name: Messages.properties
Localizer - Class in com.stc.connector.tcpip
Currently connectors/tcpip uses following conventions for i18n message extraction/transformation : Message ID ("9999" means 4 digits): E9999 - Fatal/Error level messages W9999 - Warning level message I9999 - Info level messages D9999 - Debug/Fine/Finer/Finest level messages Message ID prefix: TCPIP- Message Bundle name: Messages.properties
LoggingPrefix - Class in com.stc.connector.message
Provider of the Logging Prefix for this Eway
LoggingPrefix() - Constructor for class com.stc.connector.message.LoggingPrefix
 
LoggingPrefix - Class in com.stc.connector.tcpip.ext
Provider of the Logging Prefix for this Eway
LoggingPrefix() - Constructor for class com.stc.connector.tcpip.ext.LoggingPrefix
 
LoggingPrefix - Class in com.stc.connector.tcpip
Provider of the Logging Prefix for this Eway
LoggingPrefix() - Constructor for class com.stc.connector.tcpip.LoggingPrefix
 

M

MANAGED_CONNECTION_FACTORY_STATUS - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
MANAGED_CONNECTION_FACTORY_STATUS_DESC - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
MANAGED_CONNECTION_STATUS - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
MANAGED_CONNECTION_STATUS_DESC - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
MarkedAndFixedMsg - Class in com.stc.connector.message.envelope
This class represents a "Marked And Fixed" message.
MarkedAndFixedMsg(BeginEndMarkedMsg, FixedLengthMsg) - Constructor for class com.stc.connector.message.envelope.MarkedAndFixedMsg
Constructor
matchConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Determines whether this instance of the EwayConnection matches the the connection request with the connection information in Subject and/or ConnectionRequestInfo.
message - Variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
 
MessageInfo - Class in com.stc.connector.tcpip.ext.msg
This class represents the message configuration information.
MessageInfo() - Constructor for class com.stc.connector.tcpip.ext.msg.MessageInfo
Constructor
MessageInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.ext.msg.MessageInfo
Constructor for MessageInfo.
MessageInfoInterface - Interface in com.stc.connector.tcpip.ext.msg
This class represents the message configuration information.
mMonitorData - Variable in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
mMonitorData - Variable in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
 
mMonitorData - Variable in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
 

N

NakMsg - Class in com.stc.connector.message.acknak
This class represents a Nak message.
NakMsg(AbstractMsg) - Constructor for class com.stc.connector.message.acknak.NakMsg
 
NonPersistentStateHandlerImpl - Class in com.stc.connector.tcpip.model.state
It is a Non-Persistent StateHandler implementation.
NonPersistentStateHandlerImpl() - Constructor for class com.stc.connector.tcpip.model.state.NonPersistentStateHandlerImpl
Constructor for NonPersistentStateHandlerImpl.
NumberMsg - Class in com.stc.connector.message.common
This message represents an number using leading-zero padding format.
NumberMsg() - Constructor for class com.stc.connector.message.common.NumberMsg
Constructor
NumberMsg(long, int, int) - Constructor for class com.stc.connector.message.common.NumberMsg
Constructor
NumberMsg(String, int, int) - Constructor for class com.stc.connector.message.common.NumberMsg
Constructor
NumberMsg(byte[], int, int) - Constructor for class com.stc.connector.message.common.NumberMsg
Constructor
NUMERIC_REPRESENT_DECIMAL - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
NUMERIC_REPRESENT_DECIMAL
NUMERIC_REPRESENT_HEXADECIMAL - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
NUMERIC_REPRESENT_HEXADECIMAL
NUMERIC_REPRESENT_NETWORK_LONG - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
NUMERIC_REPRESENT_NETWORK_LONG
NUMERIC_REPRESENT_NETWORK_SHORT - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
NUMERIC_REPRESENT_NETWORK_SHORT
NUMERIC_REPRESENT_OCTAL - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
NUMERIC_REPRESENT_OCTAL

O

objectName - Variable in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
objectNameStr - Variable in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
ObjectSerializableStateHandlerImpl - Class in com.stc.connector.tcpip.model.state
It is a Persistent StateHandler implementation.
ObjectSerializableStateHandlerImpl() - Constructor for class com.stc.connector.tcpip.model.state.ObjectSerializableStateHandlerImpl
Constructor for ObjectSerializableStateHandlerImpl.
onConnection(TCPIPServerApplicationConnection) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerListener
Method onConnection.
onConnection(TCPIPServerApplicationConnection) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory.MyMessageEndpoint
 
OneTimeSchedule - Class in com.stc.connector.tcpip.model.schedule
A simple implementation for one-time (non-repeated) schedule.
OneTimeSchedule(Date, long) - Constructor for class com.stc.connector.tcpip.model.schedule.OneTimeSchedule
Constructor for OneTimeSchedule.

P

PerActiveConnectionMsg - Class in com.stc.connector.message.envelope
This class represents a "Per Active Connection" message.
PerActiveConnectionMsg(AbstractMsg) - Constructor for class com.stc.connector.message.envelope.PerActiveConnectionMsg
Constructor
perform() - Method in interface com.stc.connector.tcpip.model.schedule.Task
Method perform.
PersistenceFileStateHandlerImpl - Class in com.stc.connector.tcpip.model.state
It is a Persistent StateHandler implementation.
PersistenceFileStateHandlerImpl(String) - Constructor for class com.stc.connector.tcpip.model.state.PersistenceFileStateHandlerImpl
Constructor for PersistenceFileStateHandlerImpl.
PREFIX - Static variable in class com.stc.connector.message.LoggingPrefix
Prefix for the Logging in this eWay Connector
PREFIX - Static variable in class com.stc.connector.tcpip.ext.LoggingPrefix
Prefix for the Logging in this eWay Connector
PREFIX - Static variable in class com.stc.connector.tcpip.LoggingPrefix
Prefix for the Logging in this eWay Connector
previousExtSystemConnStatus - Variable in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
previousHL7SequenceNumber - Variable in class com.stc.connector.tcpip.monitor.model.TCPIPHL7DetailModel
 
previousLastReceiveOperationTimestamp - Variable in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
previousLastSendOperationTimestamp - Variable in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
PropertiesStateImpl - Class in com.stc.connector.tcpip.model.state
A simple State which represents a java Properties.
PropertiesStateImpl() - Constructor for class com.stc.connector.tcpip.model.state.PropertiesStateImpl
 

R

read(byte[], int, int) - Method in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.TCPIPPushbackInputStream
 
readCertainLength(int, boolean) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Read until certain length data is got.
readFixedLengthMsg(int) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Method readFixedLengthMsg.
readFully() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Read until no more data (end of file) or timeout occurs.
readFully(boolean) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Read until no more data (end of file), or timeout occurs (if the parameter endOnTimeout is true).
readMsgBetweenMarkers(AbstractMsg, AbstractMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Method readMsgBetweenMarkers.
readMsgUntilMarker(AbstractMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Method readMsgUntilMarker.
readMsgUntilMarker_old(AbstractMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Method readMsgUntilMarker.
readRepeatingMsg(int) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Method readRepeatingMsg.
reassociateConnection(ManagedConnectionCallback) - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
This is called by the ManagedConnection to associate the connection handle to the ManagedConnection.
receive(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
 
receiveAbstractMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
receives an AbstractMsg
receiveAbstractMsg(TCPIPEXTClientApplication) - Method in interface com.stc.connector.tcpip.ext.msg.AbstractMsgReceiver
Receives an AbstractMsg over tcpip connection.
receiveBeginEndMarkedMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
receives a BeginEndMarkedMsg
receiveBytes() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Reads all available data on the TCP/IP connection.
receiveBytes() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Reads all data available on the TCP/IP connection.
receiveBytes() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Reads all data which is available on TCP/IP connection.
receiveBytes() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Reads all data which is available on TCP/IP connection.
receiveBytes() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
receiveBytes(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method receiveBytes.
receiveCustomEnvelopedMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
receives a CustomEnvelopedMsg
receiveEndMarkedMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
receives an EndMarkedMsg
receiveEnvelopedMsg() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Receives an EnvelopedMsg through the TCP/IP connection.
receiveEnvelopedMsg() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Receives an EnvelopedMsg through the TCP/IP connection.
receiveEnvelopedMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
 
receiveEnvelopedMsg(TCPIPEXTClientApplication) - Method in class com.stc.connector.tcpip.ext.msg.CustomEnvelopedMsgSample01
 
receiveEnvelopedMsg(TCPIPEXTClientApplication) - Method in class com.stc.connector.tcpip.ext.msg.CustomEnvelopedMsgSample02
 
receiveEnvelopedMsg(TCPIPEXTClientApplication) - Method in interface com.stc.connector.tcpip.ext.msg.EnvelopedMsgReceiver
Receives an EnvelopedMsg.
receiveEnvelopedMsg(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSClientApplicationImpl
 
receiveFixedLengthMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
receives a FixedLengthMsg
receiveLengthPrefixedMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
receives a LengthPrefixedMsg
receiveMarkedAndFixedMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
receives a MarkedAndFixedMsg
receivePerActiveConnectionMsg() - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
receivesa PerActiveConnectionMsg
receiveString() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Reads all of the available data on TCP/IP connection.
receiveString(String) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Reads all available data on the TCP/IP connection.
receiveString() - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Reads all data which is available on TCP/IP connection.
receiveString(String) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Reads all data which is available on TCP/IP connection.
receiveString() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Reads all data which is available on TCP/IP connection.
receiveString(String) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Reads all data which is available on TCP/IP connection.
receiveString() - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Reads all data which is available on TCP/IP connection.
receiveString(String) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Reads all data which is available on TCP/IP connection.
receiveString() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
receiveString(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
receiveString(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method receiveString.
refreshIsNeeded(HttpServletRequest, HttpServletResponse) - Method in class com.stc.connector.tcpip.monitor.actions.details.TCPIPHL7UpdateDetailAction
Determines whether the detail page should be refreshed.
refreshIsNeeded(HttpServletRequest, HttpServletResponse) - Method in class com.stc.connector.tcpip.monitor.actions.details.TCPIPUpdateDetailAction
Determines whether the detail page should be refreshed.
release() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory.MyMessageEndpoint
 
release() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitor
The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible.
release() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorker
The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible.
RepeatedSchedule - Class in com.stc.connector.tcpip.model.schedule
A simple implementation for repeated schedule.
RepeatedSchedule(Date, long, long, boolean) - Constructor for class com.stc.connector.tcpip.model.schedule.RepeatedSchedule
Constructor for RepeatedSchedule.
RepeatingMsg - Class in com.stc.connector.message.envelope
This class represents a "Repeating" message.
RepeatingMsg(EndMarkedMsg[]) - Constructor for class com.stc.connector.message.envelope.RepeatingMsg
Constructor
requestConnection(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method requestConnection.
run() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitor
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorker
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
 

S

schedule(Task) - Method in class com.stc.connector.tcpip.model.schedule.CalendarTaskScheduler
 
Schedule - Interface in com.stc.connector.tcpip.model.schedule
RA Communication schedule interface for a timer schedule.
schedule(Task) - Method in interface com.stc.connector.tcpip.model.schedule.Scheduler
 
schedule(TimerTask) - Method in class com.stc.connector.tcpip.model.schedule.TimerTaskScheduler
Method schedule.
schedule(Task) - Method in class com.stc.connector.tcpip.model.schedule.TimerTaskScheduler
 
schedule(Work) - Method in class com.stc.connector.tcpip.model.schedule.WorkScheduler
Method schedule.
schedule(Task) - Method in class com.stc.connector.tcpip.model.schedule.WorkScheduler
 
Scheduler - Interface in com.stc.connector.tcpip.model.schedule
A scheduler interface for exchange/communication.
scheduleWork(Work) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
Accepts a Work instance for processing.
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
Accepts a Work instance for processing.
SCOPE_BUSINESS_RULE - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
SCOPE_COLLABORATION - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
SCOPE_COLLABORATION - Static variable in interface com.stc.connector.tcpip.model.state.State
 
SCOPE_CONNECTION - Static variable in interface com.stc.connector.tcpip.model.state.State
 
SCOPE_OTD - Static variable in interface com.stc.connector.tcpip.model.state.State
 
SCOPE_PERSISTENCE - Static variable in interface com.stc.connector.tcpip.model.state.State
 
SCOPE_RESOURCE_ADAPTER - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
SCOPE_RESOURCE_ADAPTER - Static variable in interface com.stc.connector.tcpip.model.state.State
 
SCOPE_SESSION - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
sendAbstractMsg(AbstractMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
sends an AbstractMsg
sendAbstractMsg(AbstractMsg, TCPIPEXTClientApplication) - Method in interface com.stc.connector.tcpip.ext.msg.AbstractMsgSender
Sends an AbstractMsg over tcpip connection.
sendBeginEndMarkedMsg(BeginEndMarkedMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
sends a BeginEndMarkedMsg
sendBytes(byte[]) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Sends a byte array through the TCP/IP connection.
sendBytes(byte[]) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Sends a byte array through the TCP/IP connection.
sendBytes(byte[]) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Sends a byte array through the TCP/IP connection.
sendBytes(byte[]) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Sends a byte array through the TCP/IP connection.
sendBytes(byte[]) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
sendBytes(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method sendBytes.
sendCustomEnvelopedMsg(EnvelopedMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
sends a CustomEnvelopedMsg
sendEndMarkedMsg(EndMarkedMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
sends an EndMarkedMsg
sendEnvelopedMsg(byte[]) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Sends an EnvelopedMsg through the TCP/IP connection.
sendEnvelopedMsg(byte[]) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Sends an EnvelopedMsg through the TCP/IP connection.
sendEnvelopedMsg(byte[]) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
 
sendEnvelopedMsg(EnvelopedMsg, TCPIPEXTClientApplication) - Method in class com.stc.connector.tcpip.ext.msg.CustomEnvelopedMsgSample01
 
sendEnvelopedMsg(EnvelopedMsg, TCPIPEXTClientApplication) - Method in class com.stc.connector.tcpip.ext.msg.CustomEnvelopedMsgSample02
 
sendEnvelopedMsg(EnvelopedMsg, TCPIPEXTClientApplication) - Method in interface com.stc.connector.tcpip.ext.msg.EnvelopedMsgSender
Sends an EnvelopedMsg.
sendEnvelopedMsg(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSClientApplicationImpl
 
sendFixedLengthMsg(FixedLengthMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
sends a FixedLengthMsg
sendLengthPrefixedMsg(LengthPrefixedMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
sends a LengthPrefixedMsg
sendMarkedAndFixedMsg(MarkedAndFixedMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
sends a MarkedAndFixedMsg
sendPerActiveConnectionMsg(PerActiveConnectionMsg) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
sends a PerActiveConnectionMsg
sendString(String) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Sends a String with JVM default encoding through the TCP/IP connection.
sendString(String, String) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Sends a String with the specified encoding through the TCP/IP connection.
sendString(String) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Sends a String with the JVM default encoding through the TCP/IP connection.
sendString(String, String) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Sends a String with the specified encoding through the TCP/IP connection.
sendString(String) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Sends a String with JVM default encoding through the TCP/IP connection.
sendString(String, String) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Sends a String with the specified encoding through the TCP/IP connection.
sendString(String) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Sends a String with JVM default encoding through the TCP/IP connection.
sendString(String, String) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Sends a String with the specified encoding through the TCP/IP connection.
sendString(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
sendString(String, String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
sendString(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Method sendString.
setActivationSpec(ActivationSpec) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPActivationSpecMonitor
 
setActivationSpec(ActivationSpec) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Sets the activationSpec.
setActivationSpec(ActivationSpec) - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
setApplicationConnection(TCPIPApplicationConnection) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Sets the TCPIP application connection.
setApplicationName(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
setAtFixedRate(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
setAtFixedRate(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
setAttribute(Attribute) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
 
setAutoClose(boolean) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Sets the autoClose.
setAutoReconnect(boolean) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Sets the autoReconnect.
setAutoReconnectUponMatchingFailure(boolean) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
setBacklog(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the backlog which is the maximum length of the queue.
setBacklog(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the backlog which is the maximum length of the queue.
setBinaryNumber(byte[]) - Method in class com.stc.connector.message.common.BinaryNumberMsg
Sets the binary number.
setBody(AbstractMsg) - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Sets the body.
setBytes(byte[]) - Method in class com.stc.connector.message.common.BytesMsg
Sets the bytes.
setBytes(byte[]) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Sets the bytes.
setBytesToRead(int) - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Sets the bytesToRead.
setBytesToRead(int) - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Sets the bytesToRead.
setCalledByInbound(boolean) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Sets the calledByInbound.
setCallingAdapter(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Sets the callingAdapter.
setChildMsgs(AbstractMsg[]) - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Sets the childMsgs.
setClientApplication(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
 
setClientApplication(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Sets the clientApplication.
setClientConnectionEstablishmentInfo(TCPIPSocketEstablishmentInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
setClientConnectionEstablishmentInfo(TCPIPSocketEstablishmentInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
setClientGeneralInfo(TCPIPClientGeneralInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
setClientMessage(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
setClientMessage(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
Sets the clientMessage.
setCloseNotification(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
setConnectionID(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the connectionID.
setConnectionID(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the connectionID.
setConnectionPoolSize(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
setConnectionType(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
setConnectionType(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
setCreateConnection(boolean) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
setCreateConnection(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the createConnection.
setCustomEnvelopedClassName(String) - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Sets the customEnvelopedClassName.
setCustomEnvelopedClassName(String) - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Sets the customEnvelopedClassName.
setCustomerDefinedProperty(String) - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Sets the customerDefinedProperty.
setCustomerDefinedProperty(String) - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Sets the customerDefinedProperty.
setDedicatedSessionMode(boolean) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Sets the dedicatedSessionMode.
setDedicatedSessionMode(boolean) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Sets the dedicatedSessionMode.
setDedicatedSessionMode(boolean) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
setDedicatedSessionMode(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
setDedicatedSessionMode(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
Sets the dedicatedSessionMode.
setDefaultEncoding(String) - Static method in class com.stc.connector.message.common.TextMsg
Sets the defaultEncoding.
setDelay(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
setDelay(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
setEncoding(String) - Method in class com.stc.connector.message.common.TextMsg
Sets the encoding.
setEncoding(String) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Sets the encoding.
setEnvelopedMsg(byte[]) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
 
setEnvelopeType(String) - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Sets the envelopeType.
setEnvelopeType(String) - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Sets the envelopeType.
setEnvelopeType(String) - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Sets the envelopeType.
setEwayConnection(TCPIPEwayConnection) - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
setExternalSystemConnectionStatus(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
setExternalSystemConnectionStatus(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
Setter for External System Connection Status
setExtSystemIPAddr(String) - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
Setter for External System IP Address
setExtSystemPort(int) - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
Setter for External System Port number
setHost(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the host.
setHost(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the host.
setIdleTimeout(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
Value 0 means no idle timeout checking.
setIgnoreUntilChar(char) - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Sets the ignoreUntilChar.
setIgnoreUntilChar(char) - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Sets the ignoreUntilChar.
setInboundConnectionManagementInfo(TCPIPServerConnectionManagementInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
setInboundTriggerEvent(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
setKeepAlive(boolean) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the keepAlive.
setKeepAlive(boolean) - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Sets the keepAlive.
setKeepAlive(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the keepAlive.
setKeepAlive(boolean) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the keepAlive.
setLastReceiveOperationTimestamp(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
setLastReceiveOperationTimestamp(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
 
setLastSendOperationTimestamp(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
setLastSendOperationTimestamp(String) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
 
setLastSuccessReceiveTime(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
setLeftOverFromLastRead(byte[]) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
setLeftOverFromLastRead(byte[]) - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
sets the data which is left over from last read
setLeftOverFromLastRead(byte[]) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
setLeftOverFromLastRead(byte[]) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
setLeftOverFromLastRead(byte[]) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
setListenerScheduleInfo(TCPIPServerMonitorScheduleInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
setManagedConnectionCallback(ManagedConnectionCallback) - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
 
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMCFMonitor
 
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
setMaxBindingRetries(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
 
setMaxConnectionRetries(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
setMaxDataSize(int) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Sets the maxDataSize.
setMaxDataSize(int) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Sets the maxDataSize..
setMaxDataSize(int) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Sets the maxDataSize.
setMaxDataSize(int) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Sets the maxDataSize.
setMaxDataSize(int) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
setMaxDataSize(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
setMaxDataSize(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
Sets the maxDataSize.
setMaxDataSize(int) - Method in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
Sets the maxDataSize.
setMaxDataSize(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
setMaxDataSize(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
Sets the maxDataSize.
setMaxDataSize(int) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
Sets the maxDataSize.
setMaxPoolSize(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
setMaxPoolSize(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
setMaxWaitTimeInMillis(long) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
setMaxWaitTimeInMillis(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
setMBeanObjectReference(ObjectReference) - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
Setter for MBeanReference
setMessage(AbstractMsg) - Method in class com.stc.connector.message.acknak.AckNakMsg
Sets the message.
setMessageInfo(MessageInfo) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Sets the messageInfo.
setMessageInfo(MessageInfo) - Method in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
Sets the messageInfo.
setMessageInfo(MessageInfo) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
Sets the messageInfo.
setMonitor(ObjectReference) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
 
setMonitor(ObjectReference) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
 
setMonitorAtFixedRate(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Sets the monitorAtFixedRate.
setMonitorDataContainer(MonitorDataContainer) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPActivationSpecMonitor
Set the data container that provides the dynamic monitor data
setMonitorDataContainer(MonitorDataContainer) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMCFMonitor
Set the data container that provides the dynamic monitor data
setMonitorDelay(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Sets the monitorDelay.
setMonitorPeriod(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Sets the monitorPeriod.
setMonitorScheduler(Scheduler) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
setMonitorScheduler(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
setMonitorScheduleType(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
setMonitorWork(TCPIPServerMonitor) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
Sets the monitorWork.
setNumber(long) - Method in class com.stc.connector.message.common.NumberMsg
Sets the number.
setNumericRepresentation(String) - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Sets the numericRepresentation.
setNumericRepresentation(String) - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Sets the numericRepresentation.
setPeriod(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
setPeriod(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
setPersistenceFile(String) - Method in class com.stc.connector.tcpip.model.state.PersistenceFileStateHandlerImpl
Sets the persistenceFile.
setPersistenceStateFileLocation(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
setPersistenceStateFileLocation(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
setPoolIdleTimeoutInSeconds(long) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
setPoolIdleTimeoutInSeconds(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
setPort(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the port.
setPrefix(AbstractMsg) - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Sets the prefix.
setRadix(int) - Method in class com.stc.connector.message.common.NumberMsg
Sets the radix.
setReceiveBufferSize(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the receiveBufferSize.
setReceiveBufferSize(int) - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Sets the receiveBufferSize.
setReceiveBufferSize(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the receiveBufferSize.
setReceiveBufferSize(int) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the receiveBufferSize.
setResizeQuantity(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
setResizeQuantity(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
setResourceAdapter(ResourceAdapter) - Method in class com.stc.connector.tcpip.model.client.TCPIPManagedConnectionFactory
 
setRetryBindingInterval(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
 
setRetryConnectionInterval(long) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
setScheduler(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
setScheduler(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
setScheduleType(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
setScheduleType(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
setScopeOfConnection(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
setScopeOfState(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
setScopeOfState(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
setSendBufferSize(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the sendBufferSize.
setSendBufferSize(int) - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Sets the sendBufferSize.
setSendBufferSize(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the sendBufferSize.
setSendBufferSize(int) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the sendBufferSize.
setServerApplication(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
 
setServerApplication(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Sets the serverApplication.
setServerApplicationConnection(TCPIPServerApplicationConnection) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Sets the TCPIP application connection.
setServerApplicationConnection(TCPIPServerApplicationConnection) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Sets the TCPIP application connection.
setServerGeneralInfo(TCPIPServerGeneralInfo) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
setServerGeneralInfo(TCPIPServerGeneralInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
setServerMessage(Object) - Method in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
setServerMessage(Object) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
Sets the serverMessage.
setServerPort(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the server port.
setServerPortBindingInfo(TCPIPServerPortBindingInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
setServerPortBindingInfo(TCPIPServerPortBindingInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
setServerScheduleInfo(TCPIPServerScheduleInfo) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Method setServerScheduleInfo.
setServerScheduleInfo(TCPIPServerScheduleInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Method setServerScheduleInfo.
setServerSocket(ServerSocket) - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
setServerSocketFactoryImplClassName(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the serverSocketFactoryImplClassName.
setServerSocketFactoryImplClassName(String) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the serverSocketFactoryImplClassName.
setServerSocketInfo(TCPIPServerSocketInfo) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Method setServerSocketInfo.
setServerSocketInfo(TCPIPServerSocketInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Method setServerSocketInfo.
setServerSoTimeout(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the server soTimeout.
setServerSoTimeout(int) - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Sets the server soTimeout.
setServerSoTimeout(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the server soTimeout.
setServerSoTimeout(int) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the server soTimeout.
setServerWelcomeMessage(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
setServerWelcomeMessage(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
setServiceScheduleInfo(TCPIPServerWorkerScheduleInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
setSocketConnected() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the socketConnected to true.
setSocketConnected() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the socketConnected to true.
setSocketFactoryClass(String) - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
Setter for Socket Factory Class
setSocketFactoryImplClassName(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the socketFactoryImplClassName.
setSocketInfo(TCPIPSocketInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Method setSocketInfo.
setSoLinger(boolean) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the soLinger.
setSoLinger(boolean) - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Sets the soLinger.
setSoLinger(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the soLinger.
setSoLinger(boolean) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the soLinger.
setSoLingerTimeout(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the soLingerTimeout.
setSoLingerTimeout(int) - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Sets the soLingerTimeout.
setSoLingerTimeout(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the soLingerTimeout.
setSoLingerTimeout(int) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the soLingerTimeout.
setSoTimeout(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the soTimeout.
setSoTimeout(int) - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Sets the soTimeout.
setSoTimeout(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the soTimeout.
setSoTimeout(int) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the soTimeout.
setState(String) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
Sets the State.
setState(String) - Method in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
Sets the State.
setState(String) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
Sets State.
setState(String) - Method in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
Sets State.
setState(String) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
 
setState(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
setState(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.state.EntityBeanStateHandlerImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.state.JAXBStateHandlerImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.state.JDBCStateHandlerImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.state.JDOStateHandlerImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.state.NonPersistentStateHandlerImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.state.ObjectSerializableStateHandlerImpl
 
setState(State) - Method in class com.stc.connector.tcpip.model.state.PersistenceFileStateHandlerImpl
 
setState(State) - Method in interface com.stc.connector.tcpip.model.state.StateHandler
Sets the State.
setState(State) - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
Sets the state.
setStateValue(int) - Method in class com.stc.connector.tcpip.model.state.SingleIntegerStateImpl
Sets the stateValue.
setStateValue(String) - Method in class com.stc.connector.tcpip.model.state.SingleStringStateImpl
Sets the stateValue.
setStatus(int) - Method in class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
setSteadyPoolSize(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
setSteadyPoolSize(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
setStoreUntilChar(char) - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Sets the storeUntilChar.
setStoreUntilChar(char) - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Sets the storeUntilChar.
setString(String) - Method in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Sets the string.
setSuffix(AbstractMsg) - Method in class com.stc.connector.message.envelope.EnvelopedMsg
Sets the suffix.
setSuspendedByMonitor(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
setTCPIPClientGeneralInfo(TCPIPClientGeneralInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Sets the TCPIPClientGeneralInfo object.
setTCPIPInboundConfigInfo(TCPIPServerConfigInfo) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
setTCPIPInboundConfigInfo(TCPIPServerConfigInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
setTcpipMonitorData(TCPIPMonitorData) - Method in class com.stc.connector.tcpip.model.system.ExternalSysConnMonitorTask
 
setTCPIPOutboundConfigInfo(TCPIPClientConfigInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
setTCPIPServerGeneralInfo(TCPIPServerGeneralInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Sets the TCPIPServerGeneralInfo.
setTCPIPServerScheduleInfo(TCPIPServerScheduleInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Sets the TCPIPServerScheduleInfo.
setTCPIPServerSocketInfo(TCPIPServerSocketInfo) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Sets the TCPIPServerSocketInfo.
setTCPIPSocketFactory(TCPIPSocketFactory) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocket
Sets TCPIPSocketFactory.
setTCPIPSocketFactory(TCPIPSocketFactory) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocket
Sets TCPIPSocketFactory.
setTCPIPSocketFactoryClassName(String) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocket
Sets TCPIPSocketFactoryClassName.
setTCPIPSocketFactoryClassName(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocket
Sets TCPIPSocketFactoryClassName.
setTCPIPSocketInfo(TCPIPSocketInfo) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Sets the TCPIPSocketInfo object.
setTcpNoDelay(boolean) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Sets the tcpNoDelay.
setTcpNoDelay(boolean) - Method in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
Sets the tcpNoDelay.
setTcpNoDelay(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Sets the tcpNoDelay.
setTcpNoDelay(boolean) - Method in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
Sets the tcpNoDelay.
setText(String) - Method in class com.stc.connector.message.common.TextMsg
Sets the text string.
setTimeToWaitBeforeAttemptingConnection(long) - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
setType(String) - Method in class com.stc.connector.message.acknak.AckNakMsg
Sets the type.
setUsedByBPEL(boolean) - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Sets the usedByBPEL.
setUsedByBPEL(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Sets the usedByBPEL.
setWidth(int) - Method in class com.stc.connector.message.common.BinaryNumberMsg
 
setWidth(int) - Method in class com.stc.connector.message.common.NumberMsg
Sets the width.
setWidthOfLength(int) - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Sets the widthOfLength.
setWidthOfLength(int) - Method in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
Sets the widthOfLength.
setWorkerAtFixedRate(boolean) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Sets the workerAtFixedRate.
setWorkerDelay(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Sets the workerDelay.
setWorkerPeriod(long) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Sets the workerPeriod.
setWorkerScheduler(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
setWorkerScheduler(Scheduler) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
 
setWorkerScheduleType(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
setWorkerTask(TCPIPServerWorkerTask) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
setWorkerWork(TCPIPServerWorker) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
Sets the workerWork.
SingleIntegerStateImpl - Class in com.stc.connector.tcpip.model.state
A simple State which contains a single integer only.
SingleIntegerStateImpl() - Constructor for class com.stc.connector.tcpip.model.state.SingleIntegerStateImpl
Constructor for SingleIntegerStateImpl.
SingleIntegerStateImpl(int) - Constructor for class com.stc.connector.tcpip.model.state.SingleIntegerStateImpl
Constructor for SingleIntegerStateImpl.
SingleStringStateImpl - Class in com.stc.connector.tcpip.model.state
A simple State which contains a single String only.
SingleStringStateImpl() - Constructor for class com.stc.connector.tcpip.model.state.SingleStringStateImpl
Constructor for SingleStringStateImpl.
SingleStringStateImpl(String) - Constructor for class com.stc.connector.tcpip.model.state.SingleStringStateImpl
Constructor for SingleStringStateImpl.
start() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
start(BootstrapContext) - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
startMonitoringExternalConnection(TCPIPMonitorData) - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
Start a thread that will periodically monitor the status (up/down) of the external system and update the same by setting an attribute on the MBean
startWork(Work) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
Accepts a Work instance for processing.
startWork(Work, long, ExecutionContext, WorkListener) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
Accepts a Work instance for processing.
State - Interface in com.stc.connector.tcpip.model.state
State interface.
StateHandler - Interface in com.stc.connector.tcpip.model.state
StateHandler interface.
stop() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
stop() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
Method stop.
stop() - Method in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 

T

Task - Interface in com.stc.connector.tcpip.model.schedule
This Task interface is used for Scheduler.
TCPIP_CLIENT_PORT_TYPE - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
 
TCPIP_CLIENT_PORT_TYPE_FULLNAME - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
 
TCPIP_CLIENT_TNS - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
 
TCPIP_CONNECT_CLOSED - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_CONNECT_ESTABLISHED - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_CONNECT_FAILED - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_EWAY_ERROR - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_EWAY_RUNNING - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_EWAY_STARTED - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_EWAY_STOPPED - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_EWAY_STOPPING - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_EWAY_SUSPENDED - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_EWAY_SUSPENDING - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_RECEIVE_FAILED - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_SEND_FAILED - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
TCPIP_SERVER_PORT_TYPE - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
 
TCPIP_SERVER_PORT_TYPE_FULLNAME - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
 
TCPIP_SERVER_TNS - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
 
TCPIPActivationSpec - Class in com.stc.connector.tcpip.model.server
Class extends the STCActivationSpec class.getting eWays sepecific ActivationSpec.
TCPIPActivationSpec() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPActivationSpec
Constructor
TCPIPActivationSpecMonitor - Class in com.stc.connector.tcpip.model.mbeans
This class is used to add TCP/IP specific mbean properties for monitor display.
TCPIPActivationSpecMonitor(String, String, IConfiguration, IConfiguration) - Constructor for class com.stc.connector.tcpip.model.mbeans.TCPIPActivationSpecMonitor
Constructor
TCPIPAlertCodes - Class in com.stc.connector.tcpip.model.alert
This class is used to hold the alert codes for TCP/IP base eway.
TCPIPAlertCodes() - Constructor for class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
Constructor
TCPIPApplicationConnection - Class in com.stc.connector.tcpip.model.client
This class implements the ApplicationConnection interface for the TCPIP Application Connection.
TCPIPApplicationConnection(ManagedConnectionCallback) - Constructor for class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
Creates a new instance of TCPIPApplicationConnection.
TCPIPApplicationConnectionException - Exception in com.stc.connector.tcpip.model.exception
Exception class for TCPIP application connection.
TCPIPApplicationConnectionException() - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPApplicationConnectionException
Creates a new instance of TCPIPApplicationConnectionException without detail message.
TCPIPApplicationConnectionException(String) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPApplicationConnectionException
Constructs an instance of TCPIPApplicationConnectionException with the specified detail message.
TCPIPApplicationConnectionException(Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPApplicationConnectionException
 
TCPIPApplicationConnectionException(String, Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPApplicationConnectionException
 
TCPIPApplicationConnectionManager - Class in com.stc.connector.tcpip.model.client
This class is not a full-featured ConnectionManager.
TCPIPApplicationConnectionManager() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPApplicationConnectionManager
Constructor
TCPIPApplicationException - Exception in com.stc.connector.tcpip.model.exception
Exception class for TCPIP application.
TCPIPApplicationException() - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPApplicationException
Creates a new instance of TCPIPApplicationException without detail message.
TCPIPApplicationException(String) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPApplicationException
Constructs an instance of TCPIPApplicationException with the specified detail message.
TCPIPApplicationException(Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPApplicationException
 
TCPIPApplicationException(String, Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPApplicationException
 
TCPIPBASE_CONNECT_CLOSED - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_CONNECT_ESTABLISHED - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_CONNECT_FAILED - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_DETAILS_MODEL - Static variable in class com.stc.connector.tcpip.monitor.common.TCPIPDetailsConstants
 
TCPIPBASE_EWAY_ERROR - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_EWAY_RUNNING - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_EWAY_STARTED - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_EWAY_STOPPED - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_EWAY_STOPPING - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_EWAY_SUSPENDED - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_EWAY_SUSPENDING - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_RECEIVE_FAILED - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_SEND_FAILED - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_SERVER_SOCKET_LISTENING - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPBASE_SERVER_SOCKET_NOT_LISTENING - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
TCPIPClientApplication - Interface in com.stc.connector.appconn.tcpip.model
This interface represents the outbound TCP/IP application interface.
TCPIPClientApplicationImpl - Class in com.stc.connector.tcpip.model.client
This class implements the TCPIP client application interface.
TCPIPClientApplicationImpl() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Default constructor for WSDL generation.
TCPIPClientApplicationImpl(TCPIPApplicationConnection, String, TCPIPMonitorData) - Constructor for class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Creates a new instance of TCPIPClientApplicationImpl
TCPIPClientConfigInfo - Class in com.stc.connector.tcpip.model.client
This class wraps TCPIP client configuration information.
TCPIPClientConfigInfo(TCPIPSocketInfo) - Constructor for class com.stc.connector.tcpip.model.client.TCPIPClientConfigInfo
Constructor for TCPIPClientConfigInfo.
TCPIPClientConfigInfoInterface - Interface in com.stc.connector.tcpip.model.client
This class wraps TCPIP client configuration information.
TCPIPClientGeneralInfo - Class in com.stc.connector.tcpip.model.client
This class represents general TCPIP client configuration information.
TCPIPClientGeneralInfo() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
Constructor for TCPIPClientGeneralInfo.
TCPIPClientGeneralInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
Constructor for TCPIPClientGeneralInfo.
TCPIPClientGeneralInfoInterface - Interface in com.stc.connector.tcpip.model.client
This class represents general TCPIP client configuration information.
TCPIPClientSunJavaAppServerInfo - Class in com.stc.connector.tcpip.model.client
This class represents the configuration for the connector connection pool of Sun Java System Application Server (Sun One Application Server) or SeeBeyond Runtime Server version 5.1.x.
TCPIPClientSunJavaAppServerInfo() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
Constructor for TCPIPClientSunJavaAppServerInfo.
TCPIPClientSunJavaAppServerInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
Constructor for TCPIPClientSunJavaAppServerInfo.
TCPIPConfigurationHelper - Class in com.stc.connector.tcpip.util
This class is used in design time validation to check if the user provided value is an ldap URL.
TCPIPConfigurationHelper(IConfiguration) - Constructor for class com.stc.connector.tcpip.util.TCPIPConfigurationHelper
 
TCPIPDetailModel - Class in com.stc.connector.tcpip.monitor.model
 
TCPIPDetailModel(String) - Constructor for class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
TCPIPDetailsConstants - Class in com.stc.connector.tcpip.monitor.common
 
TCPIPDetailsConstants() - Constructor for class com.stc.connector.tcpip.monitor.common.TCPIPDetailsConstants
 
TCPIPEwayConnection - Class in com.stc.connector.tcpip.model.client
This class implements the ValidatingEwayConnection interface for providing TCPIP connection oriented services for the Eway/JCA framework.
TCPIPEwayConnection() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Constructor of TCPIPEwayConnection
TCPIPEXT_CLIENT_PORT_TYPE - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
TCPIPEXT_CLIENT_PORT_TYPE_FULLNAME - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
TCPIPEXT_CLIENT_TNS - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
TCPIPEXT_DETAILS_MODEL - Static variable in class com.stc.connector.tcpip.monitor.common.TCPIPDetailsConstants
 
TCPIPEXT_SERVER_PORT_TYPE - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
TCPIPEXT_SERVER_PORT_TYPE_FULLNAME - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
TCPIPEXT_SERVER_TNS - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
TCPIPEXTAlertCodes - Class in com.stc.connector.tcpip.ext.alert
This class is used to hold the alert codes for TCP/IP eway.
TCPIPEXTAlertCodes() - Constructor for class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
Constructor
TCPIPEXTClientApplication - Interface in com.stc.connector.appconn.tcpip.ext
This interface represents the extended TCP/IP client application with envelope message interface upon TCP/IP.
TCPIPEXTClientApplicationImpl - Class in com.stc.connector.tcpip.ext.client
This class implements the extended TCPIP client application interface.
TCPIPEXTClientApplicationImpl() - Constructor for class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Default constructor for WSDL generation.
TCPIPEXTClientApplicationImpl(TCPIPApplicationConnection, String, TCPIPMonitorData) - Constructor for class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
Constructor for TCPIPEXTClientApplicationImpl.
TCPIPEXTEwayConnection - Class in com.stc.connector.tcpip.ext.client
This class implements the EwayConnection interface for the extended TCPIP connection oriented services for the Eway/JCA framework.
TCPIPEXTEwayConnection() - Constructor for class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
Constructor of TCPIPEXTEwayConnection
TCPIPExtGetDetailAction - Class in com.stc.connector.tcpip.monitor.actions.details
 
TCPIPExtGetDetailAction() - Constructor for class com.stc.connector.tcpip.monitor.actions.details.TCPIPExtGetDetailAction
 
TCPIPEXTServerApplication - Interface in com.stc.connector.appconn.tcpip.ext
This interface represents the extended TCP/IP server application with envelope message interface upon TCP/IP.
TCPIPEXTServerApplicationImpl - Class in com.stc.connector.tcpip.ext.server
This class implements the extended TCPIP server application interface.
TCPIPEXTServerApplicationImpl() - Constructor for class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Default constructor for WSDL generation.
TCPIPEXTServerApplicationImpl(TCPIPServerApplicationConnection, String, TCPIPMonitorData) - Constructor for class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
Constructor for TCPIPEXTServerApplicationImpl.
TCPIPEXTServerEndpoint - Class in com.stc.connector.tcpip.ext.server
Implementatin of EwayEndpoint for TCPIP Server Activations.
TCPIPEXTServerEndpoint() - Constructor for class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
Constructor of TCPIPEXTServerEndpoint
TCPIPExtUpdateDetailAction - Class in com.stc.connector.tcpip.monitor.actions.details
 
TCPIPExtUpdateDetailAction() - Constructor for class com.stc.connector.tcpip.monitor.actions.details.TCPIPExtUpdateDetailAction
 
TCPIPEXTWSClientApplicationImpl - Class in com.stc.connector.tcpip.ext.webservice
This class implements the extended TCP/IP client web-services operations.
TCPIPEXTWSClientApplicationImpl() - Constructor for class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSClientApplicationImpl
Default constructor.
TCPIPEXTWSContainer - Class in com.stc.connector.tcpip.ext.webservice
This class represents the input/output message container for the extended TCP/IP eWay web services.
TCPIPEXTWSContainer() - Constructor for class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
Default Constructor.
TCPIPEXTWSContainer(String) - Constructor for class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
Constructor.
TCPIPEXTWSMessage - Class in com.stc.connector.tcpip.ext.webservice
This class represents the input/output message for the extended TCP/IP web services.
TCPIPEXTWSMessage() - Constructor for class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
Default Constructor.
TCPIPEXTWSMessage(String) - Constructor for class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
Constructor.
TCPIPEXTWSServerApplicationImpl - Class in com.stc.connector.tcpip.ext.webservice
This class implements the extended TCP/IP server web-services operations.
TCPIPEXTWSServerApplicationImpl() - Constructor for class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSServerApplicationImpl
Default constructor.
TCPIPGetDetailAction - Class in com.stc.connector.tcpip.monitor.actions.details
 
TCPIPGetDetailAction() - Constructor for class com.stc.connector.tcpip.monitor.actions.details.TCPIPGetDetailAction
 
TCPIPHL7_DETAILS_MODEL - Static variable in class com.stc.connector.tcpip.monitor.common.TCPIPHL7DetailsConstants
 
TCPIPHL7DetailModel - Class in com.stc.connector.tcpip.monitor.model
 
TCPIPHL7DetailModel(String) - Constructor for class com.stc.connector.tcpip.monitor.model.TCPIPHL7DetailModel
 
TCPIPHL7DetailsConstants - Class in com.stc.connector.tcpip.monitor.common
 
TCPIPHL7DetailsConstants() - Constructor for class com.stc.connector.tcpip.monitor.common.TCPIPHL7DetailsConstants
 
TCPIPHL7GetDetailAction - Class in com.stc.connector.tcpip.monitor.actions.details
 
TCPIPHL7GetDetailAction() - Constructor for class com.stc.connector.tcpip.monitor.actions.details.TCPIPHL7GetDetailAction
 
TCPIPHL7MBeanProperties - Class in com.stc.connector.tcpip.monitor.model
 
TCPIPHL7MBeanProperties() - Constructor for class com.stc.connector.tcpip.monitor.model.TCPIPHL7MBeanProperties
 
TCPIPHL7UpdateDetailAction - Class in com.stc.connector.tcpip.monitor.actions.details
 
TCPIPHL7UpdateDetailAction() - Constructor for class com.stc.connector.tcpip.monitor.actions.details.TCPIPHL7UpdateDetailAction
 
TCPIPIncompleteDataException - Exception in com.stc.connector.tcpip.model.exception
Exception class for TCPIP I/O exception.
TCPIPIncompleteDataException() - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPIncompleteDataException
Creates a new instance of TCPIPIncompleteDataException without detail message.
TCPIPIncompleteDataException(String) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPIncompleteDataException
Constructs an instance of TCPIPIncompleteDataException with the specified detail message.
TCPIPIncompleteDataException(Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPIncompleteDataException
 
TCPIPIncompleteDataException(String, Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPIncompleteDataException
 
TCPIPManagedConnection - Class in com.stc.connector.tcpip.model.client
Class extendes the STCManagedConnection class.getting eWays sepecific managedConnection.
TCPIPManagedConnection(STCManagedConnectionFactory, Subject, ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.client.TCPIPManagedConnection
Constructor
TCPIPManagedConnectionFactory - Class in com.stc.connector.tcpip.model.client
It implements the interface javax.resource.spi.ManagedConnectionFactory.
TCPIPManagedConnectionFactory() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPManagedConnectionFactory
Constructor
TCPIPMBeanProperties - Class in com.stc.connector.tcpip.model.mbeans
Holds the TCP/IP specific property names.
TCPIPMBeanProperties() - Constructor for class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
TCPIPMBeanProperties - Class in com.stc.connector.tcpip.monitor.model
 
TCPIPMBeanProperties() - Constructor for class com.stc.connector.tcpip.monitor.model.TCPIPMBeanProperties
 
TCPIPMCFMonitor - Class in com.stc.connector.tcpip.model.mbeans
This class is used to add TCP/IP specific mbean properties for monitor display.
TCPIPMCFMonitor(String, String, IConfiguration, IConfiguration) - Constructor for class com.stc.connector.tcpip.model.mbeans.TCPIPMCFMonitor
Constructor
TCPIPModelException - Exception in com.stc.connector.tcpip.monitor.model
 
TCPIPModelException(String) - Constructor for exception com.stc.connector.tcpip.monitor.model.TCPIPModelException
 
TCPIPModelException(String, Throwable) - Constructor for exception com.stc.connector.tcpip.monitor.model.TCPIPModelException
 
TCPIPModelException(Throwable) - Constructor for exception com.stc.connector.tcpip.monitor.model.TCPIPModelException
 
TCPIPMonitorData - Class in com.stc.connector.tcpip.model.mbeans
Monitor Data object for TCP/IP
TCPIPMonitorData() - Constructor for class com.stc.connector.tcpip.model.mbeans.TCPIPMonitorData
 
TCPIPNestedException - Interface in com.stc.connector.tcpip.model.exception
Interface for nested exception.
TCPIPNoResponseException - Exception in com.stc.connector.tcpip.model.exception
Exception class for TCPIP I/O exception.
TCPIPNoResponseException() - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPNoResponseException
Creates a new instance of TCPIPNoResponseException without detail message.
TCPIPNoResponseException(String) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPNoResponseException
Constructs an instance of TCPIPNoResponseException with the specified detail message.
TCPIPNoResponseException(Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPNoResponseException
 
TCPIPNoResponseException(String, Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPNoResponseException
 
TCPIPRAMonitor - Class in com.stc.connector.tcpip.model.mbeans
This class is used to add TCP/IP specific mbean properties for monitor display.
TCPIPRAMonitor(String, String, IConfiguration, String, String) - Constructor for class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
Constructor
TCPIPResourceAdapter - Class in com.stc.connector.tcpip.model.system
A ResourceAdapter contains operations for lifecycle management and message endpoint setup.
TCPIPResourceAdapter() - Constructor for class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
Constructor for TCPIPResourceAdapter.
TCPIPServerApplication - Interface in com.stc.connector.appconn.tcpip.model
This interface represents the inbound TCP/IP application interface.
TCPIPServerApplicationConnection - Class in com.stc.connector.tcpip.model.server
This class implements the ApplicationConnection interface for the TCPIP Server Application Connection.
TCPIPServerApplicationConnection(TCPIPServerWorkerTask) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
Creates a new instance of TCPIPServerApplicationConnection.
TCPIPServerApplicationImpl - Class in com.stc.connector.tcpip.model.server
This class implements the TCPIP Server application interface.
TCPIPServerApplicationImpl() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Default constructor for WSDL generation.
TCPIPServerApplicationImpl(TCPIPServerApplicationConnection, String, TCPIPMonitorData) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
Creates a new instance of TCPIPServerApplicationImpl
TCPIPServerBootstrapContext - Class in com.stc.connector.tcpip.model.server
This class is not a full-featured BootstrapContext.
TCPIPServerBootstrapContext(WorkManager) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerBootstrapContext
Constructor
TCPIPServerConfigInfo - Class in com.stc.connector.tcpip.model.server
This class wraps TCPIP server configuration information.
TCPIPServerConfigInfo(TCPIPServerSocketInfo, TCPIPServerScheduleInfo) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerConfigInfo
Constructor for TCPIPServerConfigInfo.
TCPIPServerConfigInfoInterface - Interface in com.stc.connector.tcpip.model.server
This class wraps TCPIP server configuration information.
TCPIPServerConnectionManagementInfo - Class in com.stc.connector.tcpip.model.server
This class represents some configuration parameters that are used to manage the server inbound connection.
TCPIPServerConnectionManagementInfo() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
Constructor for TCPIPServerConnectionManagementInfo.
TCPIPServerConnectionManagementInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
Constructor for TCPIPServerConnectionManagementInfo.
TCPIPServerConnectionManagementInfoInterface - Interface in com.stc.connector.tcpip.model.server
This class represents some configuration parameters that are used to manage the server inbound connection.
TCPIPServerEndpoint - Class in com.stc.connector.tcpip.model.server
Implementatin of EwayEndpoint for TCPIP Server Activations.
TCPIPServerEndpoint() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Constructor of TCPIPServerEndpoint
TCPIPServerGeneralInfo - Class in com.stc.connector.tcpip.model.server
This class represents general TCPIP server configuration information.
TCPIPServerGeneralInfo() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
Constructor for TCPIPServerGeneralInfo.
TCPIPServerGeneralInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
Constructor for TCPIPServerGeneralInfo.
TCPIPServerGeneralInfoInterface - Interface in com.stc.connector.tcpip.model.server
This class represents general TCPIP server configuration information.
TCPIPServerListener - Interface in com.stc.connector.appconn.tcpip.model
TCPIP Message Listener interface for TCP/IP inbound connection.
TCPIPServerMessageEndpointFactory - Class in com.stc.connector.tcpip.model.server
This class is not a full-featured MessageEndpointFactory.
TCPIPServerMessageEndpointFactory() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory
Constructor
TCPIPServerMessageEndpointFactory.MyMessageEndpoint - Class in com.stc.connector.tcpip.model.server
This class is not a full-featured MessageEndpoint.
TCPIPServerMessageEndpointFactory.MyMessageEndpoint() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory.MyMessageEndpoint
Constructor for MyMessageEndpoint.
TCPIPServerMonitor - Class in com.stc.connector.tcpip.model.server
TCPIP Server Monitor Work which is started from TCPIP Server ActivationSpec.
TCPIPServerMonitor(TCPIPServerMonitorTask) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerMonitor
Creates a new instance of TCPIPServerMonitor
TCPIPServerMonitorPool - Class in com.stc.connector.tcpip.model.server
TCPIP Server Monitor/Listener Pool is used to manage multilple monitors/listeners for the particular port.
TCPIPServerMonitorPool() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerMonitorPool
 
TCPIPServerMonitorScheduleInfo - Class in com.stc.connector.tcpip.model.server
This class wraps TCPIPServerScheduleInfo for BPEL usage.
TCPIPServerMonitorScheduleInfo(TCPIPServerScheduleInfo) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
Constructor
TCPIPServerMonitorScheduleInfoInterface - Interface in com.stc.connector.tcpip.model.server
This class wraps TCPIPServerScheduleInfo for BPEL usage.
TCPIPServerMonitorTask - Class in com.stc.connector.tcpip.model.server
TCPIP Server Monitor Task (sub work) which is started from TCPIP Server ActivationSpec.
TCPIPServerMonitorTask(TCPIPServerEndpoint) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
Creates a new instance of TCPIPServerMonitorTask
TCPIPServerPortBindingInfo - Class in com.stc.connector.tcpip.model.server
This class represents TCPIP ServerSocket binding information.
TCPIPServerPortBindingInfo() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
Constructor for TCPIPServerPortBindingInfo.
TCPIPServerPortBindingInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
Constructor for TCPIPServerPortBindingInfo.
TCPIPServerPortBindingInfoInterface - Interface in com.stc.connector.tcpip.model.server
This class represents TCPIP ServerSocket binding information.
TCPIPServerPortPool - Class in com.stc.connector.tcpip.model.server
TCPIP Server Port Pool is used to manage multilple ports for the particular monitor/listener or particular worker/service.
TCPIPServerPortPool() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerPortPool
 
TCPIPServerScheduleInfo - Class in com.stc.connector.tcpip.model.server
This class represents TCPIP Server Schedule configuration information.
TCPIPServerScheduleInfo() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Constructor for TCPIPServerScheduleInfo.
TCPIPServerScheduleInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Constructor for TCPIPServerScheduleInfo.
TCPIPServerScheduleInfoInterface - Interface in com.stc.connector.tcpip.model.server
This class represents TCPIP Server Schedule configuration information.
TCPIPServerSocket - Class in com.stc.connector.tcpip.model.server
This class represents a java ServerSocket API.
TCPIPServerSocket() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerSocket
Constructor of TCPIPServerSocket
TCPIPServerSocketInfo - Class in com.stc.connector.tcpip.model.server
This class represents TCPIP ServerSocket configuration information.
TCPIPServerSocketInfo() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Constructor for TCPIPServerSocketInfo.
TCPIPServerSocketInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Constructor for TCPIPServerSocketInfo.
TCPIPServerSocketInfoInterface - Interface in com.stc.connector.tcpip.model.server
This class represents TCPIP ServerSocket configuration information.
TCPIPServerSunJavaAppServerInfo - Class in com.stc.connector.tcpip.model.server
This class represents the configuration for the MDB bean pool of Sun Java System Application Server (Sun One Application Server) or SeeBeyond Runtime Server version 5.1.x.
TCPIPServerSunJavaAppServerInfo() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
Constructor for TCPIPServerSunJavaAppServerInfo.
TCPIPServerSunJavaAppServerInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
Constructor for TCPIPServerSunJavaAppServerInfo.
TCPIPServerWorker - Class in com.stc.connector.tcpip.model.server
TCPIP Server Worker Work which is started from the TCPIP Server Monitor.
TCPIPServerWorker(TCPIPServerWorkerTask) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerWorker
Creates a new instance of TCPIPServerWorker
TCPIPServerWorkerPool - Class in com.stc.connector.tcpip.model.server
TCPIP Server Worker/Connection Pool is used to manage multilple workers/connections for the particular monitor/listener.
TCPIPServerWorkerPool() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerWorkerPool
 
TCPIPServerWorkerScheduleInfo - Class in com.stc.connector.tcpip.model.server
This class wraps TCPIPServerScheduleInfo for BPEL usage.
TCPIPServerWorkerScheduleInfo(TCPIPServerScheduleInfo) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
Constructor
TCPIPServerWorkerScheduleInfoInterface - Interface in com.stc.connector.tcpip.model.server
This class wraps TCPIPServerScheduleInfo for BPEL usage.
TCPIPServerWorkerTask - Class in com.stc.connector.tcpip.model.server
TCPIP Server Worker Task which is started from the TCPIP Server Monitor.
TCPIPServerWorkerTask(TCPIPServerMonitorTask, Socket) - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
Creates a new instance of TCPIPServerWorkerTask
TCPIPServerWorkManager - Class in com.stc.connector.tcpip.model.server
This class is not a full-featured WorkManager.
TCPIPServerWorkManager() - Constructor for class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
Constructor
TCPIPSocket - Class in com.stc.connector.tcpip.model.client
This class represents a java Socket API.
TCPIPSocket() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPSocket
Constructor of TCPIPSocket
TCPIPSocketEstablishmentInfo - Class in com.stc.connector.tcpip.model.client
This class represents TCPIP Socket establishment information.
TCPIPSocketEstablishmentInfo() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
Constructor for TCPIPSocketEstablishmentInfo.
TCPIPSocketEstablishmentInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
Constructor for TCPIPSocketEstablishmentInfo.
TCPIPSocketEstablishmentInfoInterface - Interface in com.stc.connector.tcpip.model.client
This class represents TCPIP Socket establishment information.
TCPIPSocketFactory - Interface in com.stc.connector.tcpip.model.factory
This class represents a SocketFactory interface that can be used for extensibility at socket level.
TCPIPSocketFactoryExtendedImpl - Class in com.stc.connector.tcpip.model.factory
Sun Java System Application Server Enterprise Edition 8.1 2005Q2 UR2 has problem on socket.
TCPIPSocketFactoryExtendedImpl() - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
Constructor
TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream - Class in com.stc.connector.tcpip.model.factory
Inner class for special ServerSocket.
TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int, int, InetAddress) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream - Class in com.stc.connector.tcpip.model.factory
Inner class for special Socket.
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream() - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(String, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(InetAddress, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(String, int, InetAddress, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(InetAddress, int, InetAddress, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.TCPIPPushbackInputStream - Class in com.stc.connector.tcpip.model.factory
Inner class for PushbackInputStream
TCPIPSocketFactoryExtendedImpl.TCPIPPushbackInputStream(InputStream) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.TCPIPPushbackInputStream
Constructor
TCPIPSocketFactoryExtendedImpl.TCPIPPushbackInputStream(InputStream, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.TCPIPPushbackInputStream
Constructor
TCPIPSocketFactoryImpl - Class in com.stc.connector.tcpip.model.factory
This class is a default implementation of interface TCPIPSocketFactory.
TCPIPSocketFactoryImpl() - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
Constructor
TCPIPSocketFactoryImpl.TCPIPServerSocket - Class in com.stc.connector.tcpip.model.factory
The ServerSocket which uses TCPIPSocket
TCPIPSocketFactoryImpl.TCPIPServerSocket(int, int, InetAddress) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPServerSocket
Constructor
TCPIPSocketFactoryImpl.TCPIPServerSocket(int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPServerSocket
Constructor
TCPIPSocketFactoryImpl.TCPIPServerSocket(int, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPServerSocket
Constructor
TCPIPSocketFactoryImpl.TCPIPSocket - Class in com.stc.connector.tcpip.model.factory
It is observed that socket.getOutputStream() inside glassfish application server returns a different OutputStream everytime it is invoked.
TCPIPSocketFactoryImpl.TCPIPSocket() - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPSocket
Constructor
TCPIPSocketFactoryImpl.TCPIPSocket(String, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPSocket
Constructor
TCPIPSocketFactoryImpl.TCPIPSocket(InetAddress, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPSocket
Constructor
TCPIPSocketFactoryImpl.TCPIPSocket(String, int, InetAddress, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPSocket
Constructor
TCPIPSocketFactoryImpl.TCPIPSocket(InetAddress, int, InetAddress, int) - Constructor for class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl.TCPIPSocket
Constructor
TCPIPSocketInfo - Class in com.stc.connector.tcpip.model.client
This class represents TCPIP Socket configuration information.
TCPIPSocketInfo() - Constructor for class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Constructor for TCPIPSocketInfo.
TCPIPSocketInfo(ConfigurationHelper) - Constructor for class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Constructor for TCPIPSocketInfo.
TCPIPSocketInfoInterface - Interface in com.stc.connector.tcpip.model.client
This class represents TCPIP Socket configuration information.
TCPIPUpdateDetailAction - Class in com.stc.connector.tcpip.monitor.actions.details
 
TCPIPUpdateDetailAction() - Constructor for class com.stc.connector.tcpip.monitor.actions.details.TCPIPUpdateDetailAction
 
TCPIPWSClientApplicationImpl - Class in com.stc.connector.tcpip.model.webservice
This class implements the TCP/IP client web-services operations.
TCPIPWSClientApplicationImpl() - Constructor for class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
Default constructor.
TCPIPWSContainer - Class in com.stc.connector.tcpip.model.webservice
This class represents the input/output message container for TCP/IP web services.
TCPIPWSContainer() - Constructor for class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
Default Constructor.
TCPIPWSContainer(String) - Constructor for class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
Constructor.
TCPIPWSException - Exception in com.stc.connector.tcpip.model.exception
Exception class for TCPIP web services.
TCPIPWSException() - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPWSException
Creates a new instance of TCPIPWSException without detail message.
TCPIPWSException(String) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPWSException
Constructs an instance of TCPIPWSException with the specified detail message.
TCPIPWSException(Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPWSException
 
TCPIPWSException(String, Exception) - Constructor for exception com.stc.connector.tcpip.model.exception.TCPIPWSException
 
TCPIPWSMessage - Class in com.stc.connector.tcpip.model.webservice
This class represents the input/output message for TCP/IP web services.
TCPIPWSMessage() - Constructor for class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Default Constructor.
TCPIPWSMessage(String) - Constructor for class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
Constructor.
TCPIPWSServerApplicationImpl - Class in com.stc.connector.tcpip.model.webservice
This class implements the TCP/IP server web-services operations.
TCPIPWSServerApplicationImpl() - Constructor for class com.stc.connector.tcpip.model.webservice.TCPIPWSServerApplicationImpl
Default constructor.
TextMsg - Class in com.stc.connector.message.common
This message represents a generic text message implementation.
TextMsg(String, String) - Constructor for class com.stc.connector.message.common.TextMsg
Constructor
TextMsg(String) - Constructor for class com.stc.connector.message.common.TextMsg
Constructor.
TimerTaskScheduler - Class in com.stc.connector.tcpip.model.schedule
RA task scheduler (based on Timer Service) for exchange/communication.
TimerTaskScheduler(Timer, Schedule) - Constructor for class com.stc.connector.tcpip.model.schedule.TimerTaskScheduler
Constructor for TimerTaskScheduler.
toString() - Method in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
 
toString() - Method in class com.stc.connector.tcpip.model.state.PropertiesStateImpl
 
toString() - Method in class com.stc.connector.tcpip.model.state.SingleIntegerStateImpl
 
toString() - Method in class com.stc.connector.tcpip.model.state.SingleStringStateImpl
 
TYPE_ACK - Static variable in class com.stc.connector.message.acknak.AckNakMsg
TYPE_ACK
TYPE_BEGIN_END_MARKED - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_BEGIN_END_MARKED_ACK
TYPE_COUNT_PREFIXED - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_COUNT_PREFIXED
TYPE_CUSTOM - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_CUSTOM
TYPE_END_MARKED - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_END_MARKED
TYPE_FIXED_LENGTH - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_FIXED_LENGTH
TYPE_LENGTH_PREFIXED - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_LENGTH_PREFIXED
TYPE_MARKED_AND_FIXED - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_MARKED_AND_FIXED
TYPE_NAK - Static variable in class com.stc.connector.message.acknak.AckNakMsg
TYPE_NAK
TYPE_ONETIME - Static variable in interface com.stc.connector.tcpip.model.schedule.CalendarSchedule
 
TYPE_ONETIME - Static variable in interface com.stc.connector.tcpip.model.schedule.Schedule
 
TYPE_PER_ACTIVE_CONNECTION - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_PER_ACTIVE_CONNECTION
TYPE_REPEATED - Static variable in interface com.stc.connector.tcpip.model.schedule.CalendarSchedule
 
TYPE_REPEATED - Static variable in interface com.stc.connector.tcpip.model.schedule.Schedule
 
TYPE_REPEATING - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
TYPE_REPEATING
TYPE_TIMER_SERVICE - Static variable in interface com.stc.connector.tcpip.model.schedule.Scheduler
 
TYPE_WORK_MANAGER - Static variable in interface com.stc.connector.tcpip.model.schedule.Scheduler
 

U

updateMBeanConnectionStatus(int) - Method in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
Updates RA MBean status to indicate the status of the physical socket connection.
updateMBeanConnectionStatus(int) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
Updates RA MBean status to indicate the status of the physical server socket connection.
updateMBeanProperty(String, String) - Method in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
updateMBeanProperty(String, String) - Method in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
Updates certain RA MBean property with the specified value.
updateMBeanProperty(String, String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
updatePreviousDetailsToCurrentDetails() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPDetailModel
 
updatePreviousDetailsToCurrentDetails() - Method in class com.stc.connector.tcpip.monitor.model.TCPIPHL7DetailModel
 

V

validate() - Method in class com.stc.connector.tcpip.ext.msg.MessageInfo
Validates the message configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
Validates the socket configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
Validates the configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
Validates the socket configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
Validates the socket configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
Validates the socket configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
Validates the socket configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
Validates the scheduler configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
Validates the socket configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
Validates the scheduler configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Validates the socket configuration settings.
validate(String) - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
Validates the socket configuration settings against the integrationServerType.
validate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
Validates the configuration settings.
validate() - Method in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
Validates the scheduler configuration settings.
version - Static variable in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication
 
version - Static variable in interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTServerApplication
 
version - Static variable in interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication
 
version - Static variable in interface com.stc.connector.appconn.tcpip.model.TCPIPServerApplication
 
version - Static variable in interface com.stc.connector.appconn.tcpip.model.TCPIPServerListener
 
version - Static variable in class com.stc.connector.message.acknak.AckMsg
 
version - Static variable in class com.stc.connector.message.acknak.AckNakMsg
 
version - Static variable in class com.stc.connector.message.acknak.NakMsg
 
version - Static variable in interface com.stc.connector.message.common.AbstractMsg
 
version - Static variable in class com.stc.connector.message.common.BinaryNumberMsg
 
version - Static variable in class com.stc.connector.message.common.BytesMsg
 
version - Static variable in class com.stc.connector.message.common.NumberMsg
 
version - Static variable in class com.stc.connector.message.common.TextMsg
 
version - Static variable in class com.stc.connector.message.envelope.BeginEndMarkedMsg
 
version - Static variable in class com.stc.connector.message.envelope.CountPrefixedMsg
 
version - Static variable in class com.stc.connector.message.envelope.EndMarkedMsg
 
version - Static variable in class com.stc.connector.message.envelope.EnvelopedMsg
 
version - Static variable in class com.stc.connector.message.envelope.FixedLengthMsg
 
version - Static variable in class com.stc.connector.message.envelope.LengthPrefixedMsg
 
version - Static variable in class com.stc.connector.message.envelope.MarkedAndFixedMsg
 
version - Static variable in class com.stc.connector.message.envelope.PerActiveConnectionMsg
 
version - Static variable in class com.stc.connector.message.envelope.RepeatingMsg
 
version - Static variable in class com.stc.connector.tcpip.ext.alert.TCPIPEXTAlertCodes
 
version - Static variable in class com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
 
version - Static variable in class com.stc.connector.tcpip.ext.client.TCPIPEXTEwayConnection
 
version - Static variable in interface com.stc.connector.tcpip.ext.msg.AbstractMsgReceiver
 
version - Static variable in interface com.stc.connector.tcpip.ext.msg.AbstractMsgSender
 
version - Static variable in class com.stc.connector.tcpip.ext.msg.CustomEnvelopedMsgSample01
 
version - Static variable in class com.stc.connector.tcpip.ext.msg.CustomEnvelopedMsgSample02
 
version - Static variable in interface com.stc.connector.tcpip.ext.msg.EnvelopedMsgReceiver
 
version - Static variable in interface com.stc.connector.tcpip.ext.msg.EnvelopedMsgSender
 
version - Static variable in class com.stc.connector.tcpip.ext.msg.MessageInfo
 
version - Static variable in interface com.stc.connector.tcpip.ext.msg.MessageInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerApplicationImpl
 
version - Static variable in class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
 
version - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSClientApplicationImpl
 
version - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSContainer
 
version - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSMessage
 
version - Static variable in class com.stc.connector.tcpip.ext.webservice.TCPIPEXTWSServerApplicationImpl
 
version - Static variable in class com.stc.connector.tcpip.model.alert.TCPIPAlertCodes
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnection
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPApplicationConnectionManager
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPClientConfigInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.client.TCPIPClientConfigInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.client.TCPIPClientGeneralInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPEwayConnection
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPManagedConnectionFactory
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPSocket
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.client.TCPIPSocketEstablishmentInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.client.TCPIPSocketInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.client.TCPIPSocketInfoInterface
 
version - Static variable in exception com.stc.connector.tcpip.model.exception.TCPIPApplicationConnectionException
 
version - Static variable in exception com.stc.connector.tcpip.model.exception.TCPIPApplicationException
 
version - Static variable in exception com.stc.connector.tcpip.model.exception.TCPIPIncompleteDataException
 
version - Static variable in interface com.stc.connector.tcpip.model.exception.TCPIPNestedException
 
version - Static variable in exception com.stc.connector.tcpip.model.exception.TCPIPNoResponseException
 
version - Static variable in exception com.stc.connector.tcpip.model.exception.TCPIPWSException
 
version - Static variable in interface com.stc.connector.tcpip.model.factory.TCPIPSocketFactory
 
version - Static variable in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl
 
version - Static variable in class com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
 
version - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPActivationSpecMonitor
 
version - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMBeanProperties
 
version - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPMCFMonitor
 
version - Static variable in class com.stc.connector.tcpip.model.mbeans.TCPIPRAMonitor
 
version - Static variable in interface com.stc.connector.tcpip.model.schedule.CalendarSchedule
 
version - Static variable in class com.stc.connector.tcpip.model.schedule.CalendarTaskScheduler
 
version - Static variable in class com.stc.connector.tcpip.model.schedule.OneTimeSchedule
 
version - Static variable in class com.stc.connector.tcpip.model.schedule.RepeatedSchedule
 
version - Static variable in interface com.stc.connector.tcpip.model.schedule.Schedule
 
version - Static variable in interface com.stc.connector.tcpip.model.schedule.Scheduler
 
version - Static variable in interface com.stc.connector.tcpip.model.schedule.Task
 
version - Static variable in class com.stc.connector.tcpip.model.schedule.TimerTaskScheduler
 
version - Static variable in class com.stc.connector.tcpip.model.schedule.WorkScheduler
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationConnection
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerApplicationImpl
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerBootstrapContext
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerConfigInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.server.TCPIPServerConfigInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.server.TCPIPServerConnectionManagementInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.server.TCPIPServerGeneralInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory.MyMessageEndpoint
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerMessageEndpointFactory
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerMonitor
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorPool
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.server.TCPIPServerMonitorScheduleInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerMonitorTask
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.server.TCPIPServerPortBindingInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerPortPool
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.server.TCPIPServerScheduleInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerSocket
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerSocketInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.server.TCPIPServerSocketInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerSunJavaAppServerInfo
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerWorker
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerPool
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfo
 
version - Static variable in interface com.stc.connector.tcpip.model.server.TCPIPServerWorkerScheduleInfoInterface
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerWorkerTask
 
version - Static variable in class com.stc.connector.tcpip.model.server.TCPIPServerWorkManager
 
version - Static variable in class com.stc.connector.tcpip.model.state.EntityBeanStateHandlerImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.JAXBStateHandlerImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.JDBCStateHandlerImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.JDOStateHandlerImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.NonPersistentStateHandlerImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.ObjectSerializableStateHandlerImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.PersistenceFileStateHandlerImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.PropertiesStateImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.SingleIntegerStateImpl
 
version - Static variable in class com.stc.connector.tcpip.model.state.SingleStringStateImpl
 
version - Static variable in interface com.stc.connector.tcpip.model.state.State
 
version - Static variable in interface com.stc.connector.tcpip.model.state.StateHandler
 
version - Static variable in class com.stc.connector.tcpip.model.system.TCPIPResourceAdapter
 
version - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
 
version - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSContainer
 
version - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSMessage
 
version - Static variable in class com.stc.connector.tcpip.model.webservice.TCPIPWSServerApplicationImpl
 

W

WorkScheduler - Class in com.stc.connector.tcpip.model.schedule
RA work scheduler (based on JCA Work Manager) for exchange/communication.
WorkScheduler(WorkManager, Schedule) - Constructor for class com.stc.connector.tcpip.model.schedule.WorkScheduler
Constructor for WorkScheduler.

A B C D E F G H I J L M N O P R S T U V W
Sun Adapter for TCP/IP API