Nuxeo Enterprise Platform 5.4

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:
java.lang.reflect.InvocationHandler

public class MapperClient
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Mapper sending calls to a remote NetServer.


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

Field Detail

EOF

public static final java.lang.Object EOF
Method Detail

getMapper

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

invoke

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

getTableSize

public int getTableSize(java.lang.String tableName)

createDatabase

public void createDatabase()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.