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

Packages that use SerializableMethod
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.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.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 SerializableMethod in au.gov.tas.dpiwe.mr
 

Subclasses of SerializableMethod in au.gov.tas.dpiwe.mr
 class BlobGetterMethod
          This is an emulation of Method which is used within the container to indicate that the underlying database datatype for a bean field accessor is a Blob.
 class BlobSetterMethod
          This is an emulation of Method which is used within the container to indicate that the underlying database datatype for a bean field accessor is a Blob.
 class ClobGetterMethod
          This is an emulation of Method which is used within the container to indicate that the underlying database datatype for a bean field accessor is a Clob.
 class ClobSetterMethod
          This is an emulation of Method which is used within the container to indicate that the underlying database datatype for a bean field accessor is a Clob.
 

Uses of SerializableMethod in au.gov.tas.dpiwe.mr.command
 

Fields in au.gov.tas.dpiwe.mr.command declared as SerializableMethod
protected  SerializableMethod InvokeCommand.method
          The method parameter to this command.
 

Methods in au.gov.tas.dpiwe.mr.command that return SerializableMethod
 SerializableMethod InvokeCommand.getMethod()
          Get the method parameter for this command.
 

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

Fields in au.gov.tas.dpiwe.mr.util declared as SerializableMethod
protected  SerializableMethod MethodCall.method
          The method this call will invoke.
 

Methods in au.gov.tas.dpiwe.mr.util with parameters of type SerializableMethod
 void Batch.add(SerializableMethod method, Object target)
           
 void Batch.addLast(SerializableMethod method, Object target)
           
 

Constructors in au.gov.tas.dpiwe.mr.util with parameters of type SerializableMethod
MethodCall(SerializableMethod method, Object target)
           
MethodCall(SerializableMethod method, Object target, Object[] parameters)