com.sun.enterprise.config.serverbeans
Interface RegistryLocation
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface RegistryLocation
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
Specifies the registry where web service end point artifacts are published.
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
getConnectorResourceJndiName
@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*")
java.lang.String getConnectorResourceJndiName()
- Gets the value of the connectorResourceJndiName property.
- Returns:
- possible object is
String
setConnectorResourceJndiName
void setConnectorResourceJndiName(java.lang.String value)
throws java.beans.PropertyVetoException
- Sets the value of the connectorResourceJndiName property.
- Parameters:
value - allowed object is
String
- Throws:
java.beans.PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.