Uses of Package
au.gov.tas.dpiwe.mr.util

Packages that use au.gov.tas.dpiwe.mr.util
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.client The au.gov.tas.dpiwe.mr.client package contains the Mr Architecture EJB container implementation for use in clients, along with supporting classes and interfaces. 
au.gov.tas.dpiwe.mr.command The au.gov.tas.dpiwe.mr.command package contains the command tokens which are sent from the client container implementation to the server container implementation. 
au.gov.tas.dpiwe.mr.relationship The au.gov.tas.dpiwe.mr.relationship package contains implementations of the EJB relationship collections used by 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.daemon The au.gov.tas.dpiwe.server.daemon package contains the classes and interfaces for server daemons and their containers. 
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.util used by au.gov.tas.dpiwe.mr
Batch
          A batch is a series of jobs.
Messenger
          A utility class used to print logging messages at various levels.
NullableDate
          This is an emulation of Date which can simulate a null reference.
PerThread
          A per thread object is a specialization of ThreadLocal.
SerializableMethod
          This is an emulation of Method which can be serialized.
TypedNumber
          A number which carries metadata which determines how it is to be formatted.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.bean
Dirtyable
          An object which can be dirtied.
Iterable
          That which can be iterated.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.bean.trail
Dirtyable
          An object which can be dirtied.
Named
          That which has a name.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.client
Messenger
          A utility class used to print logging messages at various levels.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.command
SerializableMethod
          This is an emulation of Method which can be serialized.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.relationship
Iterable
          That which can be iterated.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.server
Messenger
          A utility class used to print logging messages at various levels.
MutableBoolean
          The MutableBoolean class wraps a value of the primitive type boolean in an object.
PerThread
          A per thread object is a specialization of ThreadLocal.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.server.daemon
Named
          That which has a name.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.server.database
DatePart
          This is a Date where only the day of month, month and year are significant.
Messenger
          A utility class used to print logging messages at various levels.
MutableBoolean
          The MutableBoolean class wraps a value of the primitive type boolean in an object.
NullableDate
          This is an emulation of Date which can simulate a null reference.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.server.servlet
Messenger
          A utility class used to print logging messages at various levels.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.test
Dirtyable
          An object which can be dirtied.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.test.aggregation
Dirtyable
          An object which can be dirtied.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.test.nonaggregation
Dirtyable
          An object which can be dirtied.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.tool
Messenger
          A utility class used to print logging messages at various levels.
MIMEMap
          Loads a mapping between extensions (the only information available to Java on host filing systems) and MIME types.
MutableBoolean
          The MutableBoolean class wraps a value of the primitive type boolean in an object.
TypedNumber
          A number which carries metadata which determines how it is to be formatted.
 

Classes in au.gov.tas.dpiwe.mr.util used by au.gov.tas.dpiwe.mr.util
ANSIColour
          Set Attribute Mode ESC [ <attr1> ; ... ; <attrn> m Sets multiple display attribute settings.
Batch
          A batch is a series of jobs.
ByteRange
          The ByteRange class represents a range of byte values.
Chain
          A chain is a series of jobs which are only ever executed in series.
Classes
          This class contains static utility methods to convert or construct objects from classes or answer questions about classes (e.g. the component type of a nested array.)
DatePart
          This is a Date where only the day of month, month and year are significant.
DateRange
          This is a DateRange, where only the day of month, month and year are significant.
DoubleRange
          The DoubleRange class represents a range of double values.
FieldDesc
          A FieldDesc is a description of a field member of a class, as might be used to specify a serialized representation.
FloatRange
          The FloatRange class represents a range of float values.
IntegerRange
          The IntegerRange class represents a range of integer values.
Interval
          An interval represents a range of numbers.
Iterable
          That which can be iterated.
IterableCollection
          A collection which can be iterated over.
LongRange
          The LongRange class represents a range of long values.
Messenger
          A utility class used to print logging messages at various levels.
MrAbstractCollection
          An AbstractCollection which uses a concrete collection as its basis.
MrAbstractList
          An AbstractList which uses a concrete list as its basis.
MrNumber
          A number with metadata and presentation information.
MutableBigDecimal
          The MutableBigDecimal class wraps a value of the type BigDecimal.
MutableBigInteger
          The MutableBigInteger class wraps a value of the type BigInteger.
MutableBoolean
          The MutableBoolean class wraps a value of the primitive type boolean in an object.
MutableByte
          The MutableByte class wraps a value of the primitive type byte in an object.
MutableDouble
          The MutableDouble class wraps a value of the primitive type double in an object.
MutableFloat
          The MutableFloat class wraps a value of the primitive type float in an object.
MutableInteger
          The MutableInteger class wraps a value of the primitive type int in an object.
MutableLong
          The MutableLong class wraps a value of the primitive type long in an object.
MutableShort
          The MutableShort class wraps a value of the primitive type short in an object.
Named
          That which has a name.
NullableDate
          This is an emulation of Date which can simulate a null reference.
NullableNumber
          A wrapper around a Number or a null value.
SerializableMethod
          This is an emulation of Method which can be serialized.
SerializationUtilities.WireDictionaries
          Keeps state between SerializationUtilities calls.
ShortRange
          The ShortRange class represents a range of short values.
TimedReference
          Analogous to a SoftReference, but with a capacity to be discarded upon reaching a certain age.
TypedNumber
          A number which carries metadata which determines how it is to be formatted.