41424344454647
protected EnterpriseContext create(Object instance) throws Exception { // The instance is created by the caller and is a newInstance(); return new StatefulSessionEnterpriseContext(instance, getContainer()); }
11121314151617
/* */ } /* */ /* */ protected EnterpriseContext create(Object instance) /* */ throws Exception /* */ { /* 46 */ return new StatefulSessionEnterpriseContext(instance, getContainer()); /* */ }