467468469470471472473
/** * Serialize to a webbeans handle */ public Object writeReplace() { return new SingletonBindingHandle(ScheduledExecutorService.class); }
575576577578579580581
/** * Serialize to a handle */ private Object writeReplace() { return new SingletonBindingHandle(TransactionManager.class); }
4763476447654766476747684769
/** * Serialize to a handle */ private Object writeReplace() { return new SingletonBindingHandle(WebApp.class); }
435436437438439440441
457458459460461462463
117118119120121122123
/** * Serialization. */ private Object writeReplace() { return new SingletonBindingHandle(MBeanServer.class); }
238239240241242243244
/** * Serialization handle */ private Object writeReplace() { return new SingletonBindingHandle(UserTransaction.class); }
564565566567568569570