Uses of Enum Class
com.tietoenator.trip.jxp.session.TdbInterfaceType
Packages that use TdbInterfaceType
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
CONTROL database inspection and manipulation.
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 TdbInterfaceTypeModifierConstructorDescriptionTdbMessageProvidingList
(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 TdbInterfaceTypeModifierConstructorDescriptionTdbControlObjectList
(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 TdbInterfaceTypeModifier and TypeMethodDescriptionTdbHostInterface.getInterfaceType()
Return a value from the TdbInterfaceType interface, specifying the type of connection supported by this host interfaceTdbSession.getSessionType()
Retrieves the connection type for this sessionstatic TdbInterfaceType
Returns the enum constant of this class with the specified name.static TdbInterfaceType[]
TdbInterfaceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.session with parameters of type TdbInterfaceTypeModifier and TypeMethodDescriptionboolean
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 TdbInterfaceTypeModifierConstructorDescriptionTdbSerializableObject
(TdbSession session, TdbInterfaceType type, TdbControlObject ob) Constructor