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 Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getConnectorResourceJndiName()
          Gets the value of the connectorResourceJndiName property.
 void setConnectorResourceJndiName(String value)
          Sets the value of the connectorResourceJndiName property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getConnectorResourceJndiName

@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*")
String getConnectorResourceJndiName()
Gets the value of the connectorResourceJndiName property.

Returns:
possible object is String

setConnectorResourceJndiName

void setConnectorResourceJndiName(String value)
                                  throws PropertyVetoException
Sets the value of the connectorResourceJndiName property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.