Uses of Class
org.objectweb.jonas_rar.deployment.api.ConnectorDesc

Packages that use ConnectorDesc
org.objectweb.jonas_rar.deployment.api   
org.objectweb.jonas.resource   
 

Uses of ConnectorDesc in org.objectweb.jonas_rar.deployment.api
 

Methods in org.objectweb.jonas_rar.deployment.api that return ConnectorDesc
 ConnectorDesc RarDeploymentDesc.getConnectorDesc()
          Get the current ConnectorDesc.
 

Uses of ConnectorDesc in org.objectweb.jonas.resource
 

Fields in org.objectweb.jonas.resource declared as ConnectorDesc
 ConnectorDesc Rar.raConn
           
 

Methods in org.objectweb.jonas.resource that return ConnectorDesc
 ConnectorDesc Rar.getConnectorDesc()
          get the ResourceAdapter Connector object for this Rar
static ConnectorDesc Rar.getConnectorDesc(String jndiName)
          get the RAR ConnectorDesc object matching the jndiname
 

Methods in org.objectweb.jonas.resource with parameters of type ConnectorDesc
 Object Rar.createFactory(String jndiName, String rarObjectName, int factoryOffset, String factoryType, ConnectorDesc conn, JonasConnectorDesc jConn)
          Create the factory specified
 Object ResourceUtility.processMCF(ConnectorDesc conn, JonasConnectorDesc jonasConn, ConnectionManager cm, ClassLoader curLoader, String rarName, String mcfc, String jndiName, String logEnabled, String logTopic, ConfigPropertyDesc[] cfgRaJonas, ResourceAdapter resAdp, int idOff)
          Process the ManagedConnectionFactory object
 void ResourceUtility.registerMBean(Referenceable cf, String jndiName, String rarName, String rarFileName, ConnectorDesc conn, JonasConnectorDesc jonasConn, String factType, int factOffset, JCAResource jcaResourceMBean, String jcaResourceName, String jDomain, String jServer, Context ictx, Properties prop, String description, ConnectionManagerImpl cm)
           
 void Rar.setConnectorDesc(ConnectorDesc cd)
          set the ResourceAdapter Connector object for this Rar
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.