org.ow2.bonita.facade.ejb.ejb3
Class EJB3APIAccessorImpl

java.lang.Object
  extended by org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
      extended by org.ow2.bonita.facade.ejb.ejb3.EJB3APIAccessorImpl
All Implemented Interfaces:
APIAccessor, QueryAPIAccessor

public class EJB3APIAccessorImpl
extends EJB3QueryAPIAccessorImpl
implements APIAccessor

Author:
Guillaume Porcher

Field Summary
 
Fields inherited from class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
jndiEnvironment
 
Constructor Summary
EJB3APIAccessorImpl(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.ejb3.EJB3QueryAPIAccessorImpl
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

EJB3APIAccessorImpl

public EJB3APIAccessorImpl(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.