Uses of Interface
org.mc4j.ems.connection.support.metadata.ConnectionTypeDescriptor

Packages that use ConnectionTypeDescriptor
org.mc4j.ems.connection   
org.mc4j.ems.connection.settings   
org.mc4j.ems.connection.support.metadata   
 

Uses of ConnectionTypeDescriptor in org.mc4j.ems.connection
 

Fields in org.mc4j.ems.connection declared as ConnectionTypeDescriptor
static ConnectionTypeDescriptor[] ConnectionFactory.CONNECTION_DESCRIPTORS
           
 

Methods in org.mc4j.ems.connection that return types with arguments of type ConnectionTypeDescriptor
static java.util.List<ConnectionTypeDescriptor> ConnectionFactory.getConnectionTypes()
           
 

Uses of ConnectionTypeDescriptor in org.mc4j.ems.connection.settings
 

Methods in org.mc4j.ems.connection.settings that return ConnectionTypeDescriptor
 ConnectionTypeDescriptor ConnectionSettings.getConnectionType()
          Getter for property connectionType.
 

Methods in org.mc4j.ems.connection.settings with parameters of type ConnectionTypeDescriptor
 void ConnectionSettings.initializeConnectionType(ConnectionTypeDescriptor connectionTypeDescriptor)
           
 void ConnectionSettings.setConnectionType(ConnectionTypeDescriptor connectionType)
          Setter for property connectionType.
 

Uses of ConnectionTypeDescriptor in org.mc4j.ems.connection.support.metadata
 

Classes in org.mc4j.ems.connection.support.metadata that implement ConnectionTypeDescriptor
 class AbstractConnectionTypeDescriptor
           
 class GeronimoConnectionTypeDescriptor
           
 class J2SE5ConnectionTypeDescriptor
           
 class JBossConnectionTypeDescriptor
           
 class JDMKConnectionTypeDescriptor
           
 class JSR160ConnectionTypeDescriptor
           
 class Mx4jConnectionTypeDescriptor
           
 class Oc4jConnectionTypeDescriptor
           
 class PramatiConnectionTypeDescriptor
           
 class SJSASConnectionTypeDescriptor
           
 class Tomcat55ConnectionTypeDescriptor
           
 class Weblogic9ConnectionTypeDescriptor
           
 class Weblogic9Jsr77ConnectionTypeDescriptor
           
 class WeblogicConnectionTypeDescriptor
           
 class WebsphereConnectionTypeDescriptor
           
 class WebsphereStudioConnectionTypeDescriptor