com.sun.enterprise.config.serverbeans
Interface EjbModule

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 EjbModule
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 getObjectType()
          Deprecated. Gets the value of the objectType property.
 java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
          Deprecated. Properties as per PropertyBag
 java.util.List<WebServiceEndpoint> getWebServiceEndpoint()
          Deprecated. Gets the value of the webServiceEndpoint property.
 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 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

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 AFTERthe 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. This boolean flag controls whether availability is enabled for SFSB checkpointing (and potentially passivation). If this is "false", then all SFSB checkpointing is disabled for either the given j2ee app or the given ejb module. If it is "true" (and providing that all the availability-enabled attributes above in precedence are also "true", then the j2ee app or stand-alone ejb modules may be ha enabled. Finer-grained control exists at lower level inside each bean. If this attribute is missing, it defaults to "false".

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

getWebServiceEndpoint

java.util.List<WebServiceEndpoint> getWebServiceEndpoint()
Deprecated. 
Gets the value of the webServiceEndpoint property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the webServiceEndpoint property.

For example, to add a new item, do as follows:

    getWebServiceEndpoint().add(newItem);
 

Objects of the following type(s) are allowed in the list WebServiceEndpoint


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.