KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > webservice > ServiceDeployerJSEMBean


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7 package org.jboss.webservice;
8
9 /**
10  * MBean interface.
11  * @since 15-April-2004
12  */

13 public interface ServiceDeployerJSEMBean extends org.jboss.webservice.ServiceDeployerMBean
14 {
15
16    //default object name
17
public static final javax.management.ObjectName JavaDoc OBJECT_NAME = org.jboss.mx.util.ObjectNameFactory
18          .create("jboss.ws4ee:service=ServiceDeployerJSE");
19
20    /**
21     * Set the service name of the WAR deployer
22     */

23    void setWARDeployer(javax.management.ObjectName JavaDoc deployerName);
24
25 }
26
Popular Tags