com.infoengine.schema.client
Class ConnectorDAO

java.lang.Object
  extended bycom.infoengine.connector.DataAccessObject
      extended bycom.infoengine.schema.client.ConnectorDAO

public class ConnectorDAO
extends DataAccessObject


Field Summary
 
Fields inherited from class com.infoengine.connector.DataAccessObject
className, cx, rf
 
Constructor Summary
ConnectorDAO(javax.resource.cci.Connection c, javax.resource.cci.RecordFactory r)
           
 
Method Summary
 Group getMetadata()
           
 SchemaObject querySchema(String type, String generator)
           
 Group validateUser()
           
 
Methods inherited from class com.infoengine.connector.DataAccessObject
close, execute, setDeserializeMethod, setSerializeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorDAO

public ConnectorDAO(javax.resource.cci.Connection c,
                    javax.resource.cci.RecordFactory r)
Method Detail

getMetadata

public Group getMetadata()
                  throws Exception
Throws:
Exception

querySchema

public SchemaObject querySchema(String type,
                                String generator)
                         throws Exception
Throws:
Exception

validateUser

public Group validateUser()
                   throws Exception
Throws:
Exception