org.jboss.deployment
Interface EarClassLoaderDeployerMBean

All Known Implementing Classes:
EarClassLoaderDeployer

public interface EarClassLoaderDeployerMBean

EarClassLoaderDeployerMBean.

Version:
$Revision: 85945 $
Author:
Adrian Brock

Field Summary
static ObjectName OBJECT_NAME
          The default ObjectName
 
Method Summary
 boolean isIsolated()
          Return true if ears should be isolated by default
 void setIsolated(boolean isolated)
          Set whether ears should isolated
 

Field Detail

OBJECT_NAME

static final ObjectName OBJECT_NAME
The default ObjectName

Method Detail

isIsolated

boolean isIsolated()
Return true if ears should be isolated by default

Returns:
whether ears should be isolated

setIsolated

void setIsolated(boolean isolated)
Set whether ears should isolated

Parameters:
isolated - true for isolated ears


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