Uses of Class
org.apache.openejb.jee.Connector

Packages that use Connector
org.apache.openejb.config   
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Connector in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return Connector
 Connector ConnectorModule.getConnector()
           
static Connector ReadDescriptors.readConnector(URL url)
           
 

Methods in org.apache.openejb.config with parameters of type Connector
 void ConnectorModule.setConnector(Connector connector)
           
 

Constructors in org.apache.openejb.config with parameters of type Connector
ConnectorModule(Connector connector, ClassLoader classLoader, String jarLocation, String moduleId)
           
 

Uses of Connector in org.apache.openejb.jee
 

Methods in org.apache.openejb.jee that return types with arguments of type Connector
 javax.xml.bind.JAXBElement<Connector> ObjectFactory.createConnector(Connector value)
          Create an instance of JAXBElement<Connector>}
 

Methods in org.apache.openejb.jee with parameters of type Connector
 javax.xml.bind.JAXBElement<Connector> ObjectFactory.createConnector(Connector value)
          Create an instance of JAXBElement<Connector>}
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.