Java EE 5 SDK

com.sun.appserv.management.config
Interface Enabled

All Known Subinterfaces:
AdminObjectResourceConfig, ClusterRefConfig, ConnectorModuleConfig, ConnectorResourceConfig, CustomMBeanConfig, CustomResourceConfig, DeployedItemRefConfig, EJBModuleConfig, HTTPListenerConfig, IIOPListenerConfig, J2EEApplicationConfig, JDBCResourceConfig, JMXConnectorConfig, JNDIResourceConfig, LifecycleModuleConfig, MailResourceConfig, ManagementRuleConfig, ManagementRulesConfig, ModuleConfig, PersistenceManagerFactoryResourceConfig, ProfilerConfig, RARModuleConfig, RefConfig, ResourceConfig, ResourceRefConfig, ServerRefConfig, TransformationRuleConfig, WebModuleConfig

public interface Enabled

Factors out the meaning of the "Enabled" Attribute.


Method Summary
 boolean getEnabled()
          Return true if the item is enabled, false otherwise.
 void setEnabled(boolean enabled)
          Mark the item as enabled.
 

Method Detail

getEnabled

boolean getEnabled()
Return true if the item is enabled, false otherwise.


setEnabled

void setEnabled(boolean enabled)
Mark the item as enabled.


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.