org.ow2.bonita.facade.ejb.ejb2
Class EJB2QueryAPIAccessorImpl

java.lang.Object
  extended by org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
All Implemented Interfaces:
QueryAPIAccessor
Direct Known Subclasses:
EJB2APIAccessorImpl

public class EJB2QueryAPIAccessorImpl
extends java.lang.Object
implements QueryAPIAccessor


Field Summary
protected  java.util.Hashtable<java.lang.String,java.lang.String> jndiEnvironment
           
 
Constructor Summary
EJB2QueryAPIAccessorImpl(java.util.Hashtable<java.lang.String,java.lang.String> jndiEnvironment)
           
 
Method Summary
 QueryDefinitionAPI getQueryDefinitionAPI()
          To get the QueryDefinitionAPI interface.
 QueryDefinitionAPI getQueryDefinitionAPI(java.lang.String queryList)
           
 QueryRuntimeAPI getQueryRuntimeAPI()
          To get the QueryRuntimeAPI interface.
 QueryRuntimeAPI getQueryRuntimeAPI(java.lang.String queryList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jndiEnvironment

protected java.util.Hashtable<java.lang.String,java.lang.String> jndiEnvironment
Constructor Detail

EJB2QueryAPIAccessorImpl

public EJB2QueryAPIAccessorImpl(java.util.Hashtable<java.lang.String,java.lang.String> jndiEnvironment)
Method Detail

getQueryDefinitionAPI

public QueryDefinitionAPI getQueryDefinitionAPI()
Description copied from interface: QueryAPIAccessor
To get the QueryDefinitionAPI interface.

Specified by:
getQueryDefinitionAPI in interface QueryAPIAccessor
Returns:
the interface QueryDefinitionAPI.

getQueryDefinitionAPI

public QueryDefinitionAPI getQueryDefinitionAPI(java.lang.String queryList)

getQueryRuntimeAPI

public QueryRuntimeAPI getQueryRuntimeAPI()
Description copied from interface: QueryAPIAccessor
To get the QueryRuntimeAPI interface.

Specified by:
getQueryRuntimeAPI in interface QueryAPIAccessor
Returns:
the interface QueryRuntimeAPI.

getQueryRuntimeAPI

public QueryRuntimeAPI getQueryRuntimeAPI(java.lang.String queryList)


Copyright © 2009 OW2 Consortium. All Rights Reserved.