org.glassfish.javaee.services
Class ConnectorDescriptorProxy

java.lang.Object
  extended by org.glassfish.javaee.services.ConnectorDescriptorProxy
All Implemented Interfaces:
NamingObjectProxy, NamingObjectProxy.InitializationNamingObjectProxy

@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class ConnectorDescriptorProxy
extends Object
implements NamingObjectProxy.InitializationNamingObjectProxy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.api.naming.NamingObjectProxy
NamingObjectProxy.InitializationNamingObjectProxy
 
Field Summary
protected  org.jvnet.hk2.component.Habitat connectorRuntimeHabitat
           
 
Constructor Summary
ConnectorDescriptorProxy()
           
 
Method Summary
 Object create(Context ic)
           
protected  ConnectorRuntime getConnectorRuntime()
           
 String getJndiName()
           
 String getRarName()
           
 void setJndiName(String jndiName)
           
 void setRarName(String rarName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectorRuntimeHabitat

protected org.jvnet.hk2.component.Habitat connectorRuntimeHabitat
Constructor Detail

ConnectorDescriptorProxy

public ConnectorDescriptorProxy()
Method Detail

setRarName

public void setRarName(String rarName)

getRarName

public String getRarName()

setJndiName

public void setJndiName(String jndiName)

getJndiName

public String getJndiName()

getConnectorRuntime

protected ConnectorRuntime getConnectorRuntime()

create

public Object create(Context ic)
              throws NamingException
Specified by:
create in interface NamingObjectProxy
Throws:
NamingException


Copyright © 2012 GlassFish Community. All Rights Reserved.