eu.larkc.core.pluginManager.remote.Servlet.Tomcat.servlet
Class ProxyOrdiTSource

java.lang.Object
  extended by eu.larkc.core.pluginManager.remote.Servlet.Tomcat.servlet.ProxyOrdiTSource
All Implemented Interfaces:
com.ontotext.ordi.DataSource, com.ontotext.ordi.tripleset.TSource, com.ontotext.ordi.WarningAware, com.ontotext.ordi.Wrapper

public class ProxyOrdiTSource
extends java.lang.Object
implements com.ontotext.ordi.tripleset.TSource

Proxy class for a com.ontotext.ordi.tripleset.TSource.

Author:
Barry Bishop

Field Summary
static java.lang.String strorageFolder
           
 
Constructor Summary
ProxyOrdiTSource(java.util.Map<java.lang.Object,java.lang.Object> props)
           
 
Method Summary
 void clearWarnings()
           
 com.ontotext.ordi.tripleset.TConnection getConnection()
           
 com.ontotext.ordi.tripleset.TConnection getConnection(java.lang.String arg0, java.lang.String arg1)
           
 java.util.Map<java.lang.Object,java.lang.Object> getMetaData()
           
 com.ontotext.ordi.tripleset.TFactory getTriplesetFactory()
           
 com.ontotext.ordi.exception.ORDIWarning getWarning()
           
 boolean isShutdown()
           
 boolean isWrapperFor(java.lang.Class<?> arg0)
           
 void shutdown()
           
<T> T
unwrap(java.lang.Class<T> arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strorageFolder

public static java.lang.String strorageFolder
Constructor Detail

ProxyOrdiTSource

public ProxyOrdiTSource(java.util.Map<java.lang.Object,java.lang.Object> props)
Method Detail

getConnection

public com.ontotext.ordi.tripleset.TConnection getConnection()
Specified by:
getConnection in interface com.ontotext.ordi.DataSource
Specified by:
getConnection in interface com.ontotext.ordi.tripleset.TSource

getConnection

public com.ontotext.ordi.tripleset.TConnection getConnection(java.lang.String arg0,
                                                             java.lang.String arg1)
Specified by:
getConnection in interface com.ontotext.ordi.DataSource
Specified by:
getConnection in interface com.ontotext.ordi.tripleset.TSource

getTriplesetFactory

public com.ontotext.ordi.tripleset.TFactory getTriplesetFactory()
Specified by:
getTriplesetFactory in interface com.ontotext.ordi.tripleset.TSource

getMetaData

public java.util.Map<java.lang.Object,java.lang.Object> getMetaData()
Specified by:
getMetaData in interface com.ontotext.ordi.DataSource

isShutdown

public boolean isShutdown()
Specified by:
isShutdown in interface com.ontotext.ordi.DataSource

shutdown

public void shutdown()
Specified by:
shutdown in interface com.ontotext.ordi.DataSource

isWrapperFor

public boolean isWrapperFor(java.lang.Class<?> arg0)
                     throws com.ontotext.ordi.exception.ORDIException
Specified by:
isWrapperFor in interface com.ontotext.ordi.Wrapper
Throws:
com.ontotext.ordi.exception.ORDIException

unwrap

public <T> T unwrap(java.lang.Class<T> arg0)
         throws com.ontotext.ordi.exception.ORDIException
Specified by:
unwrap in interface com.ontotext.ordi.Wrapper
Throws:
com.ontotext.ordi.exception.ORDIException

clearWarnings

public void clearWarnings()
Specified by:
clearWarnings in interface com.ontotext.ordi.WarningAware

getWarning

public com.ontotext.ordi.exception.ORDIWarning getWarning()
Specified by:
getWarning in interface com.ontotext.ordi.WarningAware