* Perform initializations.
*/
private void init(boolean manageTransaction) {
try {
this.delegatee = new ResourceServicesPOJOImpl();
this.manageTransaction = manageTransaction;
// Get the methods available for use in proxying
availableMethods = new HashMap();
Method[] methods = ResourceServices.class.getMethods();