Uses of Class
com.tietoenator.trip.jxp.session.TdbInterfaceType
-
Packages that use TdbInterfaceType 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. -
-
Uses of TdbInterfaceType in com.tietoenator.trip.jxp
Constructors in com.tietoenator.trip.jxp with parameters of type TdbInterfaceType Constructor Description TdbMessageProvidingList(TdbSession session, TdbInterfaceType type)
Constructor, should only be used by a derived class -
Uses of TdbInterfaceType in com.tietoenator.trip.jxp.control
Constructors in com.tietoenator.trip.jxp.control with parameters of type TdbInterfaceType Constructor Description TdbControlObjectList(TdbSession session, TdbInterfaceType type)
Constructor, should only be used by a derived class -
Uses of TdbInterfaceType in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session that return TdbInterfaceType Modifier and Type Method Description TdbInterfaceType
TdbHostInterface. getInterfaceType()
Return a value from the TdbInterfaceType interface, specifying the type of connection supported by this host interfaceTdbInterfaceType
TdbSession. getSessionType()
Retrieves the connection type for this sessionstatic 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.Methods in com.tietoenator.trip.jxp.session with parameters of type TdbInterfaceType Modifier and Type Method 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 typeConstructors in com.tietoenator.trip.jxp.session with parameters of type TdbInterfaceType Constructor Description TdbSerializableObject(TdbSession session, TdbInterfaceType type, TdbControlObject ob)
Constructor
-