Ejemplo n.º 1
0
 @Override
 public void init(InitializationContext ctx) {
   this.ctx = ctx;
   cache = ctx.getCache().getAdvancedCache();
   rpcManager = cache.getRpcManager();
   this.configuration = ctx.getConfiguration();
 }
Ejemplo n.º 2
0
 @Override
 public void init(InitializationContext ctx) {
   this.configuration = ctx.getConfiguration();
   this.emfRegistry =
       ctx.getCache()
           .getAdvancedCache()
           .getComponentRegistry()
           .getGlobalComponentRegistry()
           .getComponent(EntityManagerFactoryRegistry.class);
   this.marshallerEntryFactory = ctx.getMarshalledEntryFactory();
   this.marshaller = ctx.getMarshaller();
   this.timeService = ctx.getTimeService();
 }
Ejemplo n.º 3
0
 @Override
 public void init(InitializationContext ctx) {
   this.ctx = ctx;
   this.configuration = ctx.getConfiguration();
 }