Uses of Interface
planetj.dataengine.webservices.IDistributedExecutableObject

Packages that use IDistributedExecutableObject
planetj.database   
planetj.database.connection   
planetj.database.fielddescriptors   
planetj.database.filter   
planetj.database.flatfile   
planetj.database.possiblevalues   
planetj.database.report   
planetj.dataengine   
planetj.dataengine.application   
planetj.dataengine.autorun   
planetj.dataengine.email   
planetj.dataengine.email.html   
planetj.dataengine.messageboard   
planetj.dataengine.operation   
planetj.dataengine.security   
planetj.dataengine.sqloperation   
planetj.dataengine.test   
planetj.dataengine.theme   
planetj.dataengine.webservices   
planetj.processes.logon   
 

Uses of IDistributedExecutableObject in planetj.database
 

Classes in planetj.database that implement IDistributedExecutableObject
 class Row
          Represents a logical row of a database.
static class Row.SpacingRow
           
 class RowCollection
          Represents a group of rows from the database.
static class RowCollection.LinkedRowCollection
          A subclass of RowCollection which uses a LinkedList internally instead of an ArrayList.
 

Uses of IDistributedExecutableObject in planetj.database.connection
 

Classes in planetj.database.connection that implement IDistributedExecutableObject
 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 IDistributedExecutableObject in planetj.database.fielddescriptors
 

Classes in planetj.database.fielddescriptors that implement IDistributedExecutableObject
 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 IDistributedExecutableObject in planetj.database.filter
 

Classes in planetj.database.filter that implement IDistributedExecutableObject
 class FilteredRowCollection
          A FilteredRowCollection is returned by the RowCollection.filter() method.
 

Uses of IDistributedExecutableObject in planetj.database.flatfile
 

Classes in planetj.database.flatfile that implement IDistributedExecutableObject
 class FlatFileReferenceRow
          Row responsible for Flat Files Creation date: Jun 2, 2004 - 5:31:37 PM
 class HttpFlatFieldReferenceRow
          Row responsible for Http Flat File references Creation date: Jun 2, 2004 - 5:32:30 PM
 class ISeriesFlatFileReferenceRow
          ISeries Row responsible for Flat Files Creation date: Jun 2, 2004 - 5:32:14 PM
 

Uses of IDistributedExecutableObject in planetj.database.possiblevalues
 

Classes in planetj.database.possiblevalues that implement IDistributedExecutableObject
 class PossibleValueRow
           
 

Uses of IDistributedExecutableObject in planetj.database.report
 

Classes in planetj.database.report that implement IDistributedExecutableObject
 class ReportBreakRow
          Insert the type's description here.
 class ReportBreakRowCollection
          A RowCollection which knows how to generate report breaks.
 

Uses of IDistributedExecutableObject in planetj.dataengine
 

Classes in planetj.dataengine that implement IDistributedExecutableObject
 class CustomerRow
          Creation date: (1/30/2002 2:09:39 PM)
 class PropertyRow
          A PropertyRow is simply a Row that has a Field that contains PropertyGroups representing properties of the Row.
 

Uses of IDistributedExecutableObject in planetj.dataengine.application
 

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

Uses of IDistributedExecutableObject in planetj.dataengine.autorun
 

Classes in planetj.dataengine.autorun that implement IDistributedExecutableObject
 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 IDistributedExecutableObject in planetj.dataengine.email
 

Classes in planetj.dataengine.email that implement IDistributedExecutableObject
 class EmailRow
          This class servers as a convience class for a Row that contains email functionality.
 class EmailRowCollection
          This class servers as a convience class for a RowCollection that contains email functionality.
 

Uses of IDistributedExecutableObject in planetj.dataengine.email.html
 

Classes in planetj.dataengine.email.html that implement IDistributedExecutableObject
 class HTMLEmailRow
          This class servers as a convience class for a Row that contains email functionality.
 class HTMLEmailRowCollection
          This class servers as a convience class for a RowCollection that contains email functionality.
 

Uses of IDistributedExecutableObject in planetj.dataengine.messageboard
 

Classes in planetj.dataengine.messageboard that implement IDistributedExecutableObject
 class MessageBoardRow
           
 class MessageRow
           
 

Uses of IDistributedExecutableObject in planetj.dataengine.operation
 

Classes in planetj.dataengine.operation that implement IDistributedExecutableObject
 class HTMLOperation
          HTMLOperations allow entry and viewing of straight HTML from WOW.
 class Operation
          Represents an operation that can be executed.
 class RefererAuthorizationOperation
          An operation for specifying http refers used for authorizing users
 class SelectionOperation
          A SelectionOperation is an Operation that carries out some Operation on the selected Row.
 class UserAuthenticationListOperation
          This operation simply holds a comma seperated list of user names.
 class UserAuthorizationListOperation
          This operation simply holds a comma seperated list of user names.
 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 IDistributedExecutableObject in planetj.dataengine.security
 

Classes in planetj.dataengine.security that implement IDistributedExecutableObject
 class DEAuthorization
           
 class DEGroup
           
 class DEGroup2Authorization
           
 class DEUser
           
 class DEUser2Group
           
 

Uses of IDistributedExecutableObject in planetj.dataengine.sqloperation
 

Classes in planetj.dataengine.sqloperation that implement IDistributedExecutableObject
 class AuthenticationOperation
          This operation type allows WOW application to check a persons rights (userid/pwd) before accessing a WOW application.
 class JavaOperation
          !!DA (6/2/2003 3:31:24 PM)
 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 IDistributedExecutableObject in planetj.dataengine.test
 

Classes in planetj.dataengine.test that implement IDistributedExecutableObject
 class MyTestOp
           
 class TEST2Row
          Insert the type's description here.
 class URLMonitoringRow
           
 class WKTestRow
          This class is a test class used during developement to test certain features.
 class WKTestRowCollection
          Insert the type's description here.
 

Uses of IDistributedExecutableObject in planetj.dataengine.theme
 

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

Uses of IDistributedExecutableObject in planetj.dataengine.webservices
 

Methods in planetj.dataengine.webservices with parameters of type IDistributedExecutableObject
static Object DistributedObjectUtility.distributeObject(IDistributedExecutableObject obj, URL targetURL)
          Only allow public method to distribute IDistributedExecutableObject.
 

Uses of IDistributedExecutableObject in planetj.processes.logon
 

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