org.alfresco.repo.cmis.client
Class CMISRemoteConnectionManagerImpl

java.lang.Object
  extended by org.alfresco.repo.cmis.client.CMISHelper
      extended by org.alfresco.repo.cmis.client.AbstractCMISConnectionManagerImpl
          extended by org.alfresco.repo.cmis.client.CMISRemoteConnectionManagerImpl
All Implemented Interfaces:
CMISConnectionManager

public class CMISRemoteConnectionManagerImpl
extends AbstractCMISConnectionManagerImpl
implements CMISConnectionManager

CMIS Connection manager with a remote default connection.


Field Summary
 
Fields inherited from class org.alfresco.repo.cmis.client.AbstractCMISConnectionManagerImpl
authenticationService, configService, DEFAULT_CONNECTION_ID, lock, RESERVED_ID_CHAR, SERVER_DESCRIPTION, SERVER_NAME, servers, sessionFactory, sharedConnections, sharedConnectionsCapacity, userConnections, userConnectionsCapacity
 
Constructor Summary
CMISRemoteConnectionManagerImpl()
           
 
Method Summary
 CMISConnection createDefaultConnection(CMISServer server)
          Creates a new default connection that is only visible to the current user.
 CMISConnection getConnection()
          Creates a remote connection.
 
Methods inherited from class org.alfresco.repo.cmis.client.AbstractCMISConnectionManagerImpl
createConnection, createServerDefinition, createServerDefinition, createServerDefinition, createServerDefinition, createSession, createSharedConnection, createUserConnection, createUserConnectionId, getConnection, getRepositories, getServerDefinition, getServerDefinitions, getSharedConnections, getUserConnections, init, removeConnection, setAuthenticationService, setConfigService, setSharedConnectionsCapacity, setUserConnectionsCapacity
 
Methods inherited from class org.alfresco.repo.cmis.client.CMISHelper
createContentStream, createContentStream, createMap, isDocument, isFolder, isPolicy, isRelationship
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.repo.cmis.client.CMISConnectionManager
createServerDefinition, createServerDefinition, createServerDefinition, createSharedConnection, createUserConnection, getConnection, getRepositories, getServerDefinition, getServerDefinitions, getSharedConnections, getUserConnections
 

Constructor Detail

CMISRemoteConnectionManagerImpl

public CMISRemoteConnectionManagerImpl()
Method Detail

createDefaultConnection

public CMISConnection createDefaultConnection(CMISServer server)
Description copied from interface: CMISConnectionManager
Creates a new default connection that is only visible to the current user.

Specified by:
createDefaultConnection in interface CMISConnectionManager

getConnection

public CMISConnection getConnection()
Creates a remote connection.

Specified by:
getConnection in interface CMISConnectionManager
Specified by:
getConnection in class AbstractCMISConnectionManagerImpl


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.