Uses of Interface
planetj.dataengine.application.IOwner

Packages that use IOwner
planetj.database.connection   
planetj.database.fielddescriptors   
planetj.dataengine.application   
planetj.dataengine.autorun   
planetj.dataengine.operation   
planetj.dataengine.sqloperation   
planetj.dataengine.test   
planetj.dataengine.theme   
planetj.processes.logon   
 

Uses of IOwner in planetj.database.connection
 

Classes in planetj.database.connection that implement IOwner
 class AS400ConnectionRow
          Represents a ConnectionPool for AS400 objects.
 class ConnectionRow
          Class generated by planetj.dataengine.RowClassGenerator Created at: Wed Apr 10 19:24:10 PDT 2002
 

Uses of IOwner in planetj.database.fielddescriptors
 

Classes in planetj.database.fielddescriptors that implement IOwner
 class AbstractDerivedFieldDescriptor
          Defines a Field that is computed such as concating two fields, substracting, etc.
 class ColumnFunctionResultFieldDescriptor
          Insert the type's description here.
 class DerivedDate
          Converts fields that in centry, year, month, and day individual fields into a java.sql.Date wrapped in a Field Creation date: (2/7/2002 11:48:19 AM)
 class DerivedFieldDescriptor
          Insert the type's description here.
 class FieldDescriptorRow
          Represents metadata describing a field that was read from a row in the database.
 class TableDescriptor
          Describes a Table in the database
 

Uses of IOwner in planetj.dataengine.application
 

Classes in planetj.dataengine.application that implement IOwner
 class Application
          Contains information describing a DataEngine application Creation date: (3/21/2002 1:11:21 PM)
 

Uses of IOwner in planetj.dataengine.autorun
 

Classes in planetj.dataengine.autorun that implement IOwner
 class AutoRunBatchProcessOperation
          This Operation describes how another operation should be automatically run using batch processing.
 class AutoRunOperation
          An Operation which describes how a different operation should be autorun
 class EmailOperation
          Describes how a operation (not this operation, another one) should be automatically emailed
 

Uses of IOwner in planetj.dataengine.operation
 

Classes in planetj.dataengine.operation that implement IOwner
 class RefererAuthorizationOperation
          An operation for specifying http refers used for authorizing users
 class UserAuthorizationOperation
          This operation contains an SQL string that may be executed to get a list of user names that can be used to determine authorization.
 

Uses of IOwner in planetj.dataengine.sqloperation
 

Classes in planetj.dataengine.sqloperation that implement IOwner
 class AuthenticationOperation
          This operation type allows WOW application to check a persons rights (userid/pwd) before accessing a WOW application.
 class PossibleValuesSearchOperation
          Creation date: (2/6/2003 4:12:07 PM)
 class SQLOperation
          Represents an operation that can be run against a databse.
 

Uses of IOwner in planetj.dataengine.test
 

Classes in planetj.dataengine.test that implement IOwner
 class MyTestOp
           
 

Uses of IOwner in planetj.dataengine.theme
 

Classes in planetj.dataengine.theme that implement IOwner
 class Theme
          Contains information describing a DataEngine theme
 

Uses of IOwner in planetj.processes.logon
 

Classes in planetj.processes.logon that implement IOwner
 class SignOnAndRegistrationRow
          This row will be used for SingOn and Registration processes.