org.gcube.data.analysis.statisticalmanager.dataspace
Class DataSpace
java.lang.Object
org.gcube.common.core.porttypes.GCUBEPortType
org.gcube.data.analysis.statisticalmanager.dataspace.DataSpace
- All Implemented Interfaces:
- Remote, javax.xml.rpc.server.ServiceLifecycle, org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
public class DataSpace
- extends org.gcube.common.core.porttypes.GCUBEPortType
- implements org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
| Fields inherited from class org.gcube.common.core.porttypes.GCUBEPortType |
initialized, logger |
|
Method Summary |
org.gcube.common.core.types.VOID |
checkImport(String importId)
|
long |
createTableFromCSV(org.gcube.data.analysis.statisticalmanager.stubs.SMCreateTableFromCSVRequest request)
|
long |
createTableFromDataStream(org.gcube.data.analysis.statisticalmanager.stubs.SMCreateTableFromDataStreamRequest request)
|
String |
exportTable(String tableId)
|
String |
getDBParameters(String string)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport |
getImporter(String importerId)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMImporters |
getImporters(org.gcube.data.analysis.statisticalmanager.stubs.SMImportersRequest request)
|
protected ServiceContext |
getServiceContext()
|
org.gcube.data.analysis.statisticalmanager.stubs.SMTables |
getTables(org.gcube.data.analysis.statisticalmanager.stubs.SMCreatedTablesRequest request)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMTablesMetadata |
getTablesMetadata(org.gcube.data.analysis.statisticalmanager.stubs.SMCreatedTablesRequest request)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMImporters |
getUncheckedImports(org.gcube.data.analysis.statisticalmanager.stubs.SMImportersRequest request)
|
org.gcube.common.core.types.VOID |
removeImporter(String operationId)
|
org.gcube.common.core.types.VOID |
removeTable(String tableId)
|
| Methods inherited from class org.gcube.common.core.porttypes.GCUBEPortType |
destroy, init, onFailure, onInitialisation, onReady, onStateChange, onUpdate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSpace
public DataSpace()
getServiceContext
protected ServiceContext getServiceContext()
- Specified by:
getServiceContext in class org.gcube.common.core.porttypes.GCUBEPortType
getDBParameters
public String getDBParameters(String string)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
getDBParameters in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
getImporters
public org.gcube.data.analysis.statisticalmanager.stubs.SMImporters getImporters(org.gcube.data.analysis.statisticalmanager.stubs.SMImportersRequest request)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
getImporters in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
createTableFromDataStream
public long createTableFromDataStream(org.gcube.data.analysis.statisticalmanager.stubs.SMCreateTableFromDataStreamRequest request)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
createTableFromDataStream in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
createTableFromCSV
public long createTableFromCSV(org.gcube.data.analysis.statisticalmanager.stubs.SMCreateTableFromCSVRequest request)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
createTableFromCSV in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
getTables
public org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(org.gcube.data.analysis.statisticalmanager.stubs.SMCreatedTablesRequest request)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
getTables in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
getImporter
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport getImporter(String importerId)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
getImporter in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
removeImporter
public org.gcube.common.core.types.VOID removeImporter(String operationId)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
removeImporter in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
getTablesMetadata
public org.gcube.data.analysis.statisticalmanager.stubs.SMTablesMetadata getTablesMetadata(org.gcube.data.analysis.statisticalmanager.stubs.SMCreatedTablesRequest request)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
getTablesMetadata in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
checkImport
public org.gcube.common.core.types.VOID checkImport(String importId)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
checkImport in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
getUncheckedImports
public org.gcube.data.analysis.statisticalmanager.stubs.SMImporters getUncheckedImports(org.gcube.data.analysis.statisticalmanager.stubs.SMImportersRequest request)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
getUncheckedImports in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
removeTable
public org.gcube.common.core.types.VOID removeTable(String tableId)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
removeTable in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
exportTable
public String exportTable(String tableId)
throws RemoteException,
org.gcube.common.core.faults.GCUBEFault
- Specified by:
exportTable in interface org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType
- Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault
Copyright © 2012. All Rights Reserved.