org.jboss.web.deployers
Interface WebModuleMBean

All Known Implementing Classes:
WebModule

public interface WebModuleMBean

The standard mbean service interface for the WebModule

Version:
$Revison:$
Author:
Scott.Stark@jboss.org, Anil.Saldhana@redhat.com

Method Summary
 void create()
           
 void destroy()
           
 void setKernel(org.jboss.kernel.Kernel kernel)
           
 void setPolicyRegistration(org.jboss.security.authorization.PolicyRegistration policyRegistration)
           
 void setSecurityManagement(ISecurityManagement securityManagement)
           
 void start()
           
 void stop()
           
 

Method Detail

create

void create()
            throws Exception
Throws:
Exception

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception

destroy

void destroy()
             throws Exception
Throws:
Exception

setKernel

void setKernel(org.jboss.kernel.Kernel kernel)

setPolicyRegistration

void setPolicyRegistration(org.jboss.security.authorization.PolicyRegistration policyRegistration)

setSecurityManagement

void setSecurityManagement(ISecurityManagement securityManagement)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.