Uses of Class
com.monoserv.InstanceModifier

Packages that use InstanceModifier
com.monoserv   
com.monoserv.interfaces   
 

Uses of InstanceModifier in com.monoserv
 

Methods in com.monoserv with parameters of type InstanceModifier
 void InstanceModifier.merge(InstanceModifier im)
          Takes the internal bits of the supplied InstanceModifier and applies them to this BIT_FIELD.
 void InstanceModifier.merge(InstanceModifier im)
          Takes the internal bits of the supplied InstanceModifier and applies them to this BIT_FIELD.
 void InstanceModifier.setModifier(InstanceModifier im)
          Sets the internal bits according to the supplied copy of the InstanceModifier This will clear all the bits and copy the bits that are set in the instance modifier
 void InstanceModifier.setModifier(InstanceModifier im)
          Sets the internal bits according to the supplied copy of the InstanceModifier This will clear all the bits and copy the bits that are set in the instance modifier
 

Uses of InstanceModifier in com.monoserv.interfaces
 

Methods in com.monoserv.interfaces that return InstanceModifier
 InstanceModifier IModule.getInstanceModifier()
          Returns an InstanceModifier object for determining if we need to take any kind of automated action after everything is said and done.
 InstanceModifier IModule.getInstanceModifier()
          Returns an InstanceModifier object for determining if we need to take any kind of automated action after everything is said and done.