Uses of Class
au.gov.tas.dpiwe.mr.util.MutableBoolean

Packages that use MutableBoolean
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.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. 
 

Uses of MutableBoolean in au.gov.tas.dpiwe.mr.server
 

Methods in au.gov.tas.dpiwe.mr.server with parameters of type MutableBoolean
protected  Collection DatabaseBackedContainer.generateJoinedBeansFromCombinedRecords(Collection beanPrototypes, Collection orphanedFields, int orphanedFieldCount, ResultSet set, MutableBoolean warningWrapper)
          Internal utility method to fill up several beans with field values taken from a JDBC result set.
 

Uses of MutableBoolean in au.gov.tas.dpiwe.mr.server.database
 

Methods in au.gov.tas.dpiwe.mr.server.database with parameters of type MutableBoolean
 String QueryBuilder.processJoinedQuery(String initialQuery, Collection beanPrototypes, Collection orphanedFields, MutableBoolean distinctQuery, MutableBoolean setOperatorQuery)
          Internal method which modifies a query passed in a join command to specify the field order expected for the result set.
 

Uses of MutableBoolean in au.gov.tas.dpiwe.mr.tool
 

Fields in au.gov.tas.dpiwe.mr.tool declared as MutableBoolean
protected  MutableBoolean ClosedSourceFileWriter.inSlashStar
          Indicates whether a slash-star comment is open.
 

Uses of MutableBoolean in au.gov.tas.dpiwe.mr.util
 

Methods in au.gov.tas.dpiwe.mr.util that return MutableBoolean
 MutableBoolean MutableBoolean.setBoolean(boolean b)
          Changes the boolean primitive value of this MutableBoolean object.
 

Methods in au.gov.tas.dpiwe.mr.util with parameters of type MutableBoolean
static CharSequence Strings.obfuscateCoded(CharSequence line, MutableInteger inCodeObject, MutableInteger maxDepthThisMethodObject, MutableBoolean inInitializerObject, MutableBoolean inSlashStarObject, MutableBoolean inClassCommentObject, CharSequence lastLine, boolean obfuscateInitializers)
          This method replaces all Java source code appearing within each second level blocks (e.g. method blocks, inner class blocks) with the dummy code provided.
static StringBuffer Strings.obfuscateCoded(StringBuffer line, MutableInteger inCodeObject, MutableInteger maxDepthThisMethodObject, MutableBoolean inInitializerObject, MutableBoolean inSlashStarObject, MutableBoolean inClassCommentObject, CharSequence lastLine, boolean obfuscateInitializers)
          This method replaces all Java source code appearing within each second level blocks (e.g. method blocks, inner class blocks) with the dummy code provided.
static String Strings.obfuscateCoded(String line, MutableInteger inCodeObject, MutableInteger maxDepthThisMethodObject, MutableBoolean inInitializerObject, MutableBoolean inSlashStarObject, MutableBoolean inClassCommentObject, CharSequence lastLine, boolean obfuscateInitializers)
          This method replaces all Java source code appearing within each second level blocks (e.g. method blocks, inner class blocks) with the dummy code provided.
static CharSequence Strings.obfuscateCommented(CharSequence line, MutableBoolean inSlashStarObject)
          This method replaces all text appearing between Java or C quoted comment marks and after Java or C++ line comments with asterisks or slashes respectively.
static StringBuffer Strings.obfuscateCommented(StringBuffer line, MutableBoolean inSlashStarObject)
          This method replaces all text appearing between Java or C quoted comment marks and after Java or C++ line comments with asterisks or slashes respectively.
static String Strings.obfuscateCommented(String line, MutableBoolean inSlashStarObject)
          This method replaces all text appearing between Java or C quoted comment marks and after Java or C++ line comments with asterisks or slashes respectively.