Uses of Class
org.teiid.adminapi.VDB.ConnectionType

Packages that use VDB.ConnectionType
org.teiid.adminapi   
org.teiid.adminapi.impl   
 

Uses of VDB.ConnectionType in org.teiid.adminapi
 

Methods in org.teiid.adminapi that return VDB.ConnectionType
 VDB.ConnectionType VDB.getConnectionType()
           
static VDB.ConnectionType VDB.ConnectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VDB.ConnectionType[] VDB.ConnectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.adminapi with parameters of type VDB.ConnectionType
 void Admin.changeVDBConnectionType(java.lang.String vdbName, int vdbVersion, VDB.ConnectionType type)
          Change the VDB.ConnectionType of the VDB.
 

Uses of VDB.ConnectionType in org.teiid.adminapi.impl
 

Methods in org.teiid.adminapi.impl that return VDB.ConnectionType
 VDB.ConnectionType VDBMetaData.getConnectionType()
           
 

Methods in org.teiid.adminapi.impl with parameters of type VDB.ConnectionType
 void VDBMetaData.setConnectionType(VDB.ConnectionType allowConnections)
           
 



Copyright © 2011. All Rights Reserved.