Package com.sun.enterprise.management.support.oldconfig

Examples of com.sun.enterprise.management.support.oldconfig.OldHTTPServiceMBean


 
    public void
  internalRemove( final ObjectName objectName )
  {
         // now - obtain Old HTTPService proxy
         final OldHTTPServiceMBean oldHTTPServer =
           getOldConfigProxies().getOldHTTPServiceMBean( getConfigName() );
          
         // and ask it to remove VirtualServer
         final String  name  = Util.getName( objectName );
         oldHTTPServer.removeVirtualServerById( name );
  }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.management.support.oldconfig.OldHTTPServiceMBean

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.