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

java.lang.Object
  extended by org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
      extended by org.ow2.bonita.facade.ejb.ejb2.EJB2APIAccessorImpl
All Implemented Interfaces:
APIAccessor, QueryAPIAccessor

public class EJB2APIAccessorImpl
extends EJB2QueryAPIAccessorImpl
implements APIAccessor


Field Summary
 
Fields inherited from class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
jndiEnvironment
 
Constructor Summary
EJB2APIAccessorImpl(java.util.Hashtable<java.lang.String,java.lang.String> jndiEnvironment)
           
 
Method Summary
 CommandAPI getCommandAPI()
          To get the CommandAPI interface.
 ManagementAPI getManagementAPI()
          To get the ManagementAPI interface.
 RuntimeAPI getRuntimeAPI()
          To get the RuntimeAPI interface.
 
Methods inherited from class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
getQueryDefinitionAPI, getQueryDefinitionAPI, getQueryRuntimeAPI, getQueryRuntimeAPI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.bonita.facade.QueryAPIAccessor
getQueryDefinitionAPI, getQueryRuntimeAPI
 

Constructor Detail

EJB2APIAccessorImpl

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

getCommandAPI

public CommandAPI getCommandAPI()
Description copied from interface: APIAccessor
To get the CommandAPI interface.

Specified by:
getCommandAPI in interface APIAccessor
Returns:
the interface CommandAPI.

getManagementAPI

public ManagementAPI getManagementAPI()
Description copied from interface: APIAccessor
To get the ManagementAPI interface.

Specified by:
getManagementAPI in interface APIAccessor
Returns:
the interface ManagementAPI.

getRuntimeAPI

public RuntimeAPI getRuntimeAPI()
Description copied from interface: APIAccessor
To get the RuntimeAPI interface.

Specified by:
getRuntimeAPI in interface APIAccessor
Returns:
the interface RuntimeAPI.


Copyright © 2009 OW2 Consortium. All Rights Reserved.