Uses of Class
au.gov.tas.dpiwe.mr.response.InvokeResponse

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

Uses of InvokeResponse in au.gov.tas.dpiwe.mr
 

Methods in au.gov.tas.dpiwe.mr that return InvokeResponse
protected  InvokeResponse CommandInterpreter.doInvokeCommand(InvokeCommand command, EntityBean bean)
          Directly executes an invoke command.
 InvokeResponse Container.invokeMethodOfBeanObject(Method method, EntityBean bean, Object[] parameters)
          The immediate action of this method is to execute a method of an entity bean on the server.
 InvokeResponse Container.invokeMethodOfHome(Method method, EntityBean bean, Object[] parameters)
          The immediate action of this method is to execute a method of a home interface on the server.
 

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

Methods in au.gov.tas.dpiwe.mr.server that return InvokeResponse
protected  InvokeResponse DatabaseBackedContainer.doInvokeCommand(InvokeCommand command, EntityBean bean)