com.sun.enterprise.config.serverbeans
Interface ExtensionModule

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 ExtensionModule
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
 java.lang.String getAvailabilityEnabled()
          Deprecated. Gets the value of the availabilityEnabled property.
 java.lang.String getDescription()
          Deprecated. Gets the value of the description property.
 java.lang.String getDirectoryDeployed()
          Deprecated. Gets the value of the directoryDeployed property.
 java.lang.String getEnabled()
          Deprecated. Gets the value of the enabled property.
 java.lang.String getLibraries()
          Deprecated. Gets the value of the libraries property.
 java.lang.String getLocation()
          Deprecated. Gets the value of the location property.
 java.lang.String getModuleType()
          Deprecated. Gets the value of the moduleType property.
 java.lang.String getObjectType()
          Deprecated. Gets the value of the objectType property.
 java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
          Deprecated. Properties as per PropertyBag
 void setAvailabilityEnabled(java.lang.String value)
          Deprecated. Sets the value of the availabilityEnabled property.
 void setDescription(java.lang.String value)
          Deprecated. Sets the value of the description property.
 void setDirectoryDeployed(java.lang.String value)
          Deprecated. Sets the value of the directoryDeployed property.
 void setEnabled(java.lang.String value)
          Deprecated. Sets the value of the enabled property.
 void setLibraries(java.lang.String value)
          Deprecated. Sets the value of the libraries property.
 void setLocation(java.lang.String value)
          Deprecated. Sets the value of the location property.
 void setModuleType(java.lang.String value)
          Deprecated. Sets the value of the moduleType property.
 void setObjectType(java.lang.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

getLocation

java.lang.String getLocation()
Deprecated. 
Gets the value of the location property.

Returns:
possible object is String

setLocation

void setLocation(java.lang.String value)
                 throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the location property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getModuleType

@NotNull
java.lang.String getModuleType()
Deprecated. 
Gets the value of the moduleType property. String representing the module type. This module type will be used by the runtime to find the appropriate extension container

Returns:
possible object is String

setModuleType

void setModuleType(java.lang.String value)
                   throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the moduleType property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getObjectType

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

Returns:
possible object is String

setObjectType

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

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getEnabled

java.lang.String getEnabled()
Deprecated. 
Gets the value of the enabled property.

Returns:
possible object is String

setEnabled

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

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getLibraries

java.lang.String getLibraries()
Deprecated. 
Gets the value of the libraries property. System dependent path separator [: for Unix/Solaris/Linux &; for Windows] separated list of jar paths. These paths could be either relative [relative to {com.sun.aas.instanceRoot}/lib/applibs] or absolute paths. These dependencies appears *after* the libraries defined in classpath-prefix in the java-config and *before* the application server provided over-rideable jar set. The libraries would be made available to the application in the order in which they were specified.

Returns:
possible object is String

setLibraries

void setLibraries(java.lang.String value)
                  throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the libraries property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getAvailabilityEnabled

java.lang.String getAvailabilityEnabled()
Deprecated. 
Gets the value of the availabilityEnabled property. The exact semantics of availability being enabled for an extension module are undefined at this time. If this attribute is missing

Returns:
possible object is String

setAvailabilityEnabled

void setAvailabilityEnabled(java.lang.String value)
                            throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the availabilityEnabled property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getDirectoryDeployed

java.lang.String getDirectoryDeployed()
Deprecated. 
Gets the value of the directoryDeployed property. This attribute indicates whether the application has been deployed to a directory or not

Returns:
possible object is String

setDirectoryDeployed

void setDirectoryDeployed(java.lang.String value)
                          throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the directoryDeployed property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getProperty

@ToDo(priority=IMPORTANT,
      details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
java.util.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.