Package | Description |
---|---|
com.tietoenator.trip.jxp |
Main TRIPjxp package that contains generic classes and enumerations.
|
com.tietoenator.trip.jxp.control |
CONTROL database inspection and manipulation.
|
com.tietoenator.trip.jxp.session |
Classes for estalishing and maintaining a session.
|
Constructor and Description |
---|
TdbMessageProvidingList(TdbSession session,
TdbInterfaceType type)
Constructor, should only be used by a derived class
|
Constructor and Description |
---|
TdbControlObjectList(TdbSession session,
TdbInterfaceType type)
Constructor, should only be used by a derived class
|
Modifier and Type | Method and Description |
---|---|
TdbInterfaceType |
TdbHostInterface.getInterfaceType()
Return a value from the TdbInterfaceType interface, specifying the type
of connection supported by this host interface
|
TdbInterfaceType |
TdbSession.getSessionType()
Retrieves the connection type for this session
|
static TdbInterfaceType |
TdbInterfaceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbInterfaceType[] |
TdbInterfaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TdbInterfaceType.supports(TdbInterfaceType check)
Check the provided interface type, see if the current type supports
that connection.
|
void |
TdbSession.validate(TdbInterfaceType type)
Validate that this session refers to a compatible connection type
|
Constructor and Description |
---|
TdbSerializableObject(TdbSession session,
TdbInterfaceType type,
TdbControlObject ob)
Constructor
|