|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use au.gov.tas.dpiwe.mr.bean | |
|---|---|
| au.gov.tas.dpiwe.mr | The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. |
| au.gov.tas.dpiwe.mr.bean | The au.gov.tas.dpiwe.mr.bean package contains the classes and interfaces supporting the development and deployment of Mr Architecture beans, as well as an example bean, consisting of three components, Bean, BeanHome and BeanObject, and its corresponding implementation components, ThinBean, MrBeanHome and MrBean, as would be created by the DeploymentTool. |
| au.gov.tas.dpiwe.mr.bean.trail | The au.gov.tas.dpiwe.bean.trail package contains the beans, support classes and interfaces needed to implement command history trails in the architecture. |
| au.gov.tas.dpiwe.mr.server | The au.gov.tas.dpiwe.mr.server package contains the Mr Architecture EJB container implementation for use in servers, along with supporting classes and interfaces. |
| au.gov.tas.dpiwe.mr.server.database | The au.gov.tas.dpiwe.server.database package contains classes and interfaces to support the ServerContainer's connection to and interaction with relational data sources. |
| au.gov.tas.dpiwe.mr.server.servlet | The au.gov.tas.dpiwe.server.servlet package contains servlets and support classes to facilitate server communications with clients using a variety of transport and security options. |
| au.gov.tas.dpiwe.mr.test | The au.gov.tas.dpiwe.mr.test package contains factories, clients, beans, support classes and interfaces used to test the architecture. |
| au.gov.tas.dpiwe.mr.test.aggregation | The au.gov.tas.dpiwe.mr.test.aggregation package contains a factory and associated beans used to test aggregation relationships within the architecture. |
| au.gov.tas.dpiwe.mr.test.nonaggregation | The au.gov.tas.dpiwe.mr.test.nonaggregation package contains a factory and associated beans used to test non-aggregation relationships within the architecture. |
| au.gov.tas.dpiwe.mr.tool | The au.gov.tas.dpiwe.mr.tool package contains server monitor and control tools which can be run on clients, classes and interfaces supporting the deployment of Mr Architecture beans, including support classes for the Java close file format, as well as more general tools which allow the leverage of the Java close format in combination with Java language reflection to produce "instant wrappers". |
| au.gov.tas.dpiwe.mr.util | The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. |
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr | |
|---|---|
| BeanWrapper
A BeanWrapper is an entity bean which contains another entity bean, called the wrapped entity bean. |
|
| LocalHome
Contains additional methods provided in home implementations generated by the Mr Architecture DeploymentTool. |
|
| MetaData
MetaData objects describe bean types and their constituent fields. |
|
| MetaData.TypeRecord
Encapsulates the metadata for a particular field in a bean. |
|
| MrEntityBean
A Mr Architecture "Thin" entity bean implementation has additional life-cycle methods which are used internally. |
|
| UserEntityBean
A user entity bean is a token which identifies a user, describes whether they are authenticatable, and provides some indication of authorization credentials. |
|
| ValidateException
Validate exception is thrown when a bean fails a validation test. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.bean | |
|---|---|
| Bean
An example bean written by a bean provider as it should be provided to the DeploymentContainer. |
|
| BeanObject
An example component interface written by a bean provider as it should be provided to the DeploymentContainer. |
|
| BeanWrapper
A BeanWrapper is an entity bean which contains another entity bean, called the wrapped entity bean. |
|
| ClientManagedLocalObject
This interface allows an external client to manage the persistence of bean objects. |
|
| FieldEqualFinder
This is the internal interface implemented by implementations of homes generated by the Mr Architecture DeploymentTool which provides access to information extracted from the home source file about the longest findWhereFieldsEqual() method. |
|
| LocalHome
Contains additional methods provided in home implementations generated by the Mr Architecture DeploymentTool. |
|
| LoginEntityBean
This is one of the interfaces used in providing security for applications. |
|
| MetaData
MetaData objects describe bean types and their constituent fields. |
|
| MetaData.TypeRecord
Encapsulates the metadata for a particular field in a bean. |
|
| MrEntityBean
A Mr Architecture "Thin" entity bean implementation has additional life-cycle methods which are used internally. |
|
| MrMetaData
An implementation of MetaData, which encapsulates metainformation about a bean's persistent fields. |
|
| NullBean
All the methods herein (except containerChanged(), getBeanObject(), throwEJBException() and simpleValidate()) must be provided to implement an entity bean. |
|
| SiameseBeanObject
A siamese bean object conatins multiple beans joined at the hip. |
|
| SimpleValidator
This interface specifies that an entity bean can be validated automatically by the architecture (although this may not be sufficient validation, particularly if the bean also implements Validatable.) |
|
| ThinBean
This is a simple field-based implementation of the abstract Bean class. |
|
| ThinSiameseBean
This is a simple implementation of a siamese bean. |
|
| UserEntityBean
A user entity bean is a token which identifies a user, describes whether they are authenticatable, and provides some indication of authorization credentials. |
|
| ValidateException
Validate exception is thrown when a bean fails a validation test. |
|
| WrappedBean
A WrappedBean is an entity bean that may have a corresponding BeanWrapper. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.bean.trail | |
|---|---|
| ClientManagedLocalObject
This interface allows an external client to manage the persistence of bean objects. |
|
| LocalHome
Contains additional methods provided in home implementations generated by the Mr Architecture DeploymentTool. |
|
| NullBean
All the methods herein (except containerChanged(), getBeanObject(), throwEJBException() and simpleValidate()) must be provided to implement an entity bean. |
|
| SimpleValidator
This interface specifies that an entity bean can be validated automatically by the architecture (although this may not be sufficient validation, particularly if the bean also implements Validatable.) |
|
| WrappedBean
A WrappedBean is an entity bean that may have a corresponding BeanWrapper. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.server | |
|---|---|
| BeanWrapper
A BeanWrapper is an entity bean which contains another entity bean, called the wrapped entity bean. |
|
| LoginEntityBean
This is one of the interfaces used in providing security for applications. |
|
| MrEntityBean
A Mr Architecture "Thin" entity bean implementation has additional life-cycle methods which are used internally. |
|
| SessionEntityBean
This is one of the interfaces used in providing security for applications. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.server.database | |
|---|---|
| ThinSiameseBean
This is a simple implementation of a siamese bean. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.server.servlet | |
|---|---|
| LoginEntityBean
This is one of the interfaces used in providing security for applications. |
|
| SessionEntityBean
This is one of the interfaces used in providing security for applications. |
|
| UserEntityBean
A user entity bean is a token which identifies a user, describes whether they are authenticatable, and provides some indication of authorization credentials. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.test | |
|---|---|
| BeanWrapper
A BeanWrapper is an entity bean which contains another entity bean, called the wrapped entity bean. |
|
| ClientManagedLocalObject
This interface allows an external client to manage the persistence of bean objects. |
|
| CloningUtilities
This interface provides internal utility methods used during the implementation of deeperClone() in order to preserve relationships. |
|
| DebugBean
All the methods herein (except containerChanged(), getBeanObject(), throwEJBException() and simpleValidate()) must be provided to implement an entity bean. |
|
| FieldEqualFinder
This is the internal interface implemented by implementations of homes generated by the Mr Architecture DeploymentTool which provides access to information extracted from the home source file about the longest findWhereFieldsEqual() method. |
|
| LocalHome
Contains additional methods provided in home implementations generated by the Mr Architecture DeploymentTool. |
|
| MetaData
MetaData objects describe bean types and their constituent fields. |
|
| MrEntityBean
A Mr Architecture "Thin" entity bean implementation has additional life-cycle methods which are used internally. |
|
| MrEntityContext
An implementation of EntityContext with a few internal methods utilized by the Architecture added for good measure. |
|
| NullBean
All the methods herein (except containerChanged(), getBeanObject(), throwEJBException() and simpleValidate()) must be provided to implement an entity bean. |
|
| SimpleValidator
This interface specifies that an entity bean can be validated automatically by the architecture (although this may not be sufficient validation, particularly if the bean also implements Validatable.) |
|
| ValidateException
Validate exception is thrown when a bean fails a validation test. |
|
| WrappedBean
A WrappedBean is an entity bean that may have a corresponding BeanWrapper. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.test.aggregation | |
|---|---|
| BeanWrapper
A BeanWrapper is an entity bean which contains another entity bean, called the wrapped entity bean. |
|
| ClientManagedLocalObject
This interface allows an external client to manage the persistence of bean objects. |
|
| CloningUtilities
This interface provides internal utility methods used during the implementation of deeperClone() in order to preserve relationships. |
|
| FieldEqualFinder
This is the internal interface implemented by implementations of homes generated by the Mr Architecture DeploymentTool which provides access to information extracted from the home source file about the longest findWhereFieldsEqual() method. |
|
| LocalHome
Contains additional methods provided in home implementations generated by the Mr Architecture DeploymentTool. |
|
| MetaData
MetaData objects describe bean types and their constituent fields. |
|
| MrEntityBean
A Mr Architecture "Thin" entity bean implementation has additional life-cycle methods which are used internally. |
|
| MrEntityContext
An implementation of EntityContext with a few internal methods utilized by the Architecture added for good measure. |
|
| NullBean
All the methods herein (except containerChanged(), getBeanObject(), throwEJBException() and simpleValidate()) must be provided to implement an entity bean. |
|
| SimpleValidator
This interface specifies that an entity bean can be validated automatically by the architecture (although this may not be sufficient validation, particularly if the bean also implements Validatable.) |
|
| WrappedBean
A WrappedBean is an entity bean that may have a corresponding BeanWrapper. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.test.nonaggregation | |
|---|---|
| BeanWrapper
A BeanWrapper is an entity bean which contains another entity bean, called the wrapped entity bean. |
|
| ClientManagedLocalObject
This interface allows an external client to manage the persistence of bean objects. |
|
| CloningUtilities
This interface provides internal utility methods used during the implementation of deeperClone() in order to preserve relationships. |
|
| FieldEqualFinder
This is the internal interface implemented by implementations of homes generated by the Mr Architecture DeploymentTool which provides access to information extracted from the home source file about the longest findWhereFieldsEqual() method. |
|
| LocalHome
Contains additional methods provided in home implementations generated by the Mr Architecture DeploymentTool. |
|
| MetaData
MetaData objects describe bean types and their constituent fields. |
|
| MrEntityBean
A Mr Architecture "Thin" entity bean implementation has additional life-cycle methods which are used internally. |
|
| MrEntityContext
An implementation of EntityContext with a few internal methods utilized by the Architecture added for good measure. |
|
| NullBean
All the methods herein (except containerChanged(), getBeanObject(), throwEJBException() and simpleValidate()) must be provided to implement an entity bean. |
|
| SimpleValidator
This interface specifies that an entity bean can be validated automatically by the architecture (although this may not be sufficient validation, particularly if the bean also implements Validatable.) |
|
| WrappedBean
A WrappedBean is an entity bean that may have a corresponding BeanWrapper. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.tool | |
|---|---|
| LocalHome
Contains additional methods provided in home implementations generated by the Mr Architecture DeploymentTool. |
|
| Classes in au.gov.tas.dpiwe.mr.bean used by au.gov.tas.dpiwe.mr.util | |
|---|---|
| MetaData.TypeRecord
Encapsulates the metadata for a particular field in a bean. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||