Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql.net
Class MapperClient

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.net.MapperClient
All Implemented Interfaces:
InvocationHandler

public class MapperClient
extends Object
implements InvocationHandler

Mapper sending calls to a remote NetServer.


Field Summary
static Object EOF
           
 
Method Summary
 void createDatabase()
           
static Mapper getMapper(RepositoryImpl repository, Credentials credentials)
           
 int getTableSize(String tableName)
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOF

public static final Object EOF
Method Detail

getMapper

public static Mapper getMapper(RepositoryImpl repository,
                               Credentials credentials)
                        throws StorageException
Throws:
StorageException

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

getTableSize

public int getTableSize(String tableName)

createDatabase

public void createDatabase()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.