com.sun.enterprise.config.serverbeans
Interface LifecycleModule

All Superinterfaces:
ApplicationName, org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, javax.validation.Payload, org.jvnet.hk2.config.types.PropertyBag

Deprecated.

@Deprecated
public interface LifecycleModule
extends org.jvnet.hk2.component.Injectable, ApplicationName, org.jvnet.hk2.config.types.PropertyBag


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
org.jvnet.hk2.config.types.PropertyBag.Duck
 
Field Summary
 
Fields inherited from interface org.glassfish.api.admin.config.ApplicationName
NAME_APP_REGEX
 
Method Summary
 String getClassName()
          Deprecated. Gets the value of the className property.
 String getClasspath()
          Deprecated. Gets the value of the classpath property.
 String getDescription()
          Deprecated. Gets the value of the description property.
 String getEnabled()
          Deprecated. Gets the value of the enabled property.
 String getIsFailureFatal()
          Deprecated. Gets the value of the isFailureFatal property.
 String getLoadOrder()
          Deprecated. Gets the value of the loadOrder property.
 String getObjectType()
          Deprecated. Gets the value of the objectType property.
 List<org.jvnet.hk2.config.types.Property> getProperty()
          Deprecated. Properties as per PropertyBag
 void setClassName(String value)
          Deprecated. Sets the value of the className property.
 void setClasspath(String value)
          Deprecated. Sets the value of the classpath property.
 void setDescription(String value)
          Deprecated. Sets the value of the description property.
 void setEnabled(String value)
          Deprecated. Sets the value of the enabled property.
 void setIsFailureFatal(String value)
          Deprecated. Sets the value of the isFailureFatal property.
 void setLoadOrder(String value)
          Deprecated. Sets the value of the loadOrder property.
 void setObjectType(String value)
          Deprecated. Sets the value of the objectType property.
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 
Methods inherited from interface org.glassfish.api.admin.config.ApplicationName
getName, setName
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
getProperty, getPropertyValue, getPropertyValue
 

Method Detail

getClassName

@NotNull
String getClassName()
Deprecated. 
Gets the value of the className property. Fully qualified name of the startup class

Returns:
possible object is String

setClassName

void setClassName(String value)
                  throws PropertyVetoException
Deprecated. 
Sets the value of the className property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getClasspath

String getClasspath()
Deprecated. 
Gets the value of the classpath property. Where this module is actually located, if it is not under applications-root

Returns:
possible object is String

setClasspath

void setClasspath(String value)
                  throws PropertyVetoException
Deprecated. 
Sets the value of the classpath property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getLoadOrder

@Min(value=1L)
String getLoadOrder()
Deprecated. 
Gets the value of the loadOrder property. integer value that can be used to force the order in which deployed lifecycle modules are loaded at server start up. Smaller numbered modules get loaded sooner. Order is unspecified if two or more lifecycle modules have the same load-order value.

Returns:
possible object is String

setLoadOrder

void setLoadOrder(String value)
                  throws PropertyVetoException
Deprecated. 
Sets the value of the loadOrder property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getIsFailureFatal

String getIsFailureFatal()
Deprecated. 
Gets the value of the isFailureFatal property. If true, aborts server start up if this module does not load properly

Returns:
possible object is String

setIsFailureFatal

void setIsFailureFatal(String value)
                       throws PropertyVetoException
Deprecated. 
Sets the value of the isFailureFatal property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getObjectType

String getObjectType()
Deprecated. 
Gets the value of the objectType property.

Returns:
possible object is String

setObjectType

void setObjectType(String value)
                   throws PropertyVetoException
Deprecated. 
Sets the value of the objectType property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getEnabled

String getEnabled()
Deprecated. 
Gets the value of the enabled property. boolean attribute. If set to "false" this module will not be loaded at server start up.

Returns:
possible object is String

setEnabled

void setEnabled(String value)
                throws PropertyVetoException
Deprecated. 
Sets the value of the enabled property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getDescription

String getDescription()
Deprecated. 
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(String value)
                    throws PropertyVetoException
Deprecated. 
Sets the value of the description property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getProperty

@ToDo(priority=IMPORTANT,
      details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
Deprecated. 
Properties as per PropertyBag

Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag


Copyright © 2012 GlassFish Community. All Rights Reserved.