Package com.tietoenator.trip.jxp.session
Class TdbSerializableObject
java.lang.Object
com.tietoenator.trip.jxp.session.TdbSessionObject
com.tietoenator.trip.jxp.TdbMessageProvider
com.tietoenator.trip.jxp.session.TdbSerializableObject
- All Implemented Interfaces:
TdbControlObjectProvider
- Direct Known Subclasses:
TdbDatabaseClusterDesign
,TdbDatabaseDesign
,TdbFormat
,TdbGroup
,TdbProcedure
,TdbUser
Base class for objects that can be serialized to files for import / export
operations, e.g. database design, groups, etc.
-
Constructor Summary
ConstructorsConstructorDescriptionTdbSerializableObject
(TdbSession session, TdbInterfaceType type, TdbControlObject ob) Constructor -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the Control object reference bound to this instanceMethods inherited from class com.tietoenator.trip.jxp.TdbMessageProvider
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
Methods inherited from class com.tietoenator.trip.jxp.session.TdbSessionObject
cancel, getSession, isCancelable, setCancelable
-
Constructor Details
-
TdbSerializableObject
public TdbSerializableObject(TdbSession session, TdbInterfaceType type, TdbControlObject ob) throws TdbException Constructor- Parameters:
session
- Active sessiontype
- Type of connection for which this construction is validob
- The Control object reference that is bound to this object- Throws:
TdbException
-
-
Method Details
-
getControlObject
Retrieves the Control object reference bound to this instance- Specified by:
getControlObject
in interfaceTdbControlObjectProvider
- Returns:
- The Control object reference
-