Package org.jboss.wsf.common.javax

Examples of org.jboss.wsf.common.javax.PreDestroyHolder


      super.destroy();
   }

   private void registerForPreDestroy(Endpoint ep)
   {
      PreDestroyHolder holder = (PreDestroyHolder)ep.getAttachment(PreDestroyHolder.class);
      if (holder != null)
      {
         synchronized(this.preDestroyRegistry)
         {
            if (!this.preDestroyRegistry.contains(holder))
View Full Code Here

TOP

Related Classes of org.jboss.wsf.common.javax.PreDestroyHolder

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.