Uses of Class
org.apache.jdo.impl.fostore.FOStoreConnectionId

Uses of FOStoreConnectionId in org.apache.jdo.impl.fostore
 

Fields in org.apache.jdo.impl.fostore declared as FOStoreConnectionId
private  FOStoreConnectionId FOStoreConnectionFactory.defaultConnectionId
           
private  FOStoreConnectionId FOStoreConnectionFactory.userConnectionId
           
(package private)  FOStoreConnectionId FOStoreClientConnectionImpl.connectionId
           
 

Methods in org.apache.jdo.impl.fostore that return FOStoreConnectionId
 FOStoreConnectionId FOStoreClientConnection.getConnectionId()
          Get the connection id used to create this connection.
 FOStoreConnectionId FOStoreClientConnectionImpl.getConnectionId()
          Get the connection id used to create this connection.
 

Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreConnectionId
(package private)  org.apache.jdo.util.Pool FOStoreConnectionFactory.createPool(FOStoreConnectionId id)
          Create a new pool of connections for this combination of url, user, and password.
private  FOStoreClientConnection FOStoreConnectionFactory.createConnection(FOStoreConnectionId id)
          This method requires permission to perform the following requests: Create new URL with the specified StreamHandler.
 void FOStoreClientConnection.setConnectionId(FOStoreConnectionId connectionId)
          Set the connection id used to create this connection.
 void FOStoreClientConnectionImpl.setConnectionId(FOStoreConnectionId id)
          Set the connection id used to create this connection.