com.sun.enterprise.config.serverbeans
Interface ConnectorModule

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 ConnectorModule
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 getDescription()
          Deprecated. Gets the value of the description property.
 String getDirectoryDeployed()
          Deprecated. Gets the value of the directoryDeployed property.
 String getEnabled()
          Deprecated. Gets the value of the enabled property.
 String getLocation()
          Deprecated. Gets the value of the location 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 setDescription(String value)
          Deprecated. Sets the value of the description property.
 void setDirectoryDeployed(String value)
          Deprecated. Sets the value of the directoryDeployed property.
 void setEnabled(String value)
          Deprecated. Sets the value of the enabled property.
 void setLocation(String value)
          Deprecated. Sets the value of the location 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

getLocation

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

Returns:
possible object is String

setLocation

void setLocation(String value)
                 throws PropertyVetoException
Deprecated. 
Sets the value of the location 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.

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

getDirectoryDeployed

String getDirectoryDeployed()
Deprecated. 
Gets the value of the directoryDeployed property.

Returns:
possible object is String

setDirectoryDeployed

void setDirectoryDeployed(String value)
                          throws PropertyVetoException
Deprecated. 
Sets the value of the directoryDeployed 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.