Package org.jboss.system

Examples of org.jboss.system.ServiceMBeanSupport


   public JRMPInvoker()
   {
      final JRMPInvoker delegate = this;

      // adapt the support delegate to invoke our state methods
      support = new ServiceMBeanSupport(getClass())
      {
         protected void startService() throws Exception
         {
            delegate.startService();
         }
View Full Code Here


/*     */
/*     */   public JRMPInvoker()
/*     */   {
/* 143 */     JRMPInvoker delegate = this;
/*     */
/* 146 */     this.support = new ServiceMBeanSupport(getClass(), delegate)
/*     */     {
/*     */       protected void startService() throws Exception
/*     */       {
/* 150 */         this.val$delegate.startService();
/*     */       }
View Full Code Here

TOP

Related Classes of org.jboss.system.ServiceMBeanSupport

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.