Uses of Class
org.ow2.jonas.deployment.rar.ConnectorDesc

Packages that use ConnectorDesc
org.ow2.jonas.deployment.rar   
org.ow2.jonas.resource.internal   
 

Uses of ConnectorDesc in org.ow2.jonas.deployment.rar
 

Methods in org.ow2.jonas.deployment.rar that return ConnectorDesc
 ConnectorDesc RarDeploymentDesc.getConnectorDesc()
          Get the current ConnectorDesc.
 

Uses of ConnectorDesc in org.ow2.jonas.resource.internal
 

Fields in org.ow2.jonas.resource.internal declared as ConnectorDesc
 ConnectorDesc Rar.raConn
           
 

Methods in org.ow2.jonas.resource.internal that return ConnectorDesc
 ConnectorDesc Rar.getConnectorDesc()
          get the ResourceAdapter Connector object for this Rar
 ConnectorDesc JOnASResourceService.getConnectorDesc(String jndiName)
          get the RAR ConnectorDesc object matching the JNDI name.
 

Methods in org.ow2.jonas.resource.internal with parameters of type ConnectorDesc
 Object Rar.createFactory(String jndiName, String rarObjectName, int factoryOffset, String factoryType, ConnectorDesc conn, JonasConnectorDesc jConn)
          Create the factory specified.
 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 © 2010 OW2 Consortium. All Rights Reserved.