J2EE1.4 SDK

com.sun.appserv.management.config
Interface Enabled

All Known Subinterfaces:
AdminObjectResourceConfig, ConnectorModuleConfig, ConnectorResourceConfig, CustomResourceConfig, DeployedItemRefConfig, EJBModuleConfig, IIOPListenerConfig, J2EEApplicationConfig, JDBCResourceConfig, JMSResourceConfig, JNDIResourceConfig, MailResourceConfig, ModuleConfig, PersistenceManagerFactoryResourceConfig, ProfilerConfig, RARModuleConfig, RefConfig, ResourceAdapterConfig, ResourceConfig, ResourceRefConfig, ServerRefConfig, 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

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


setEnabled

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


J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.