org.ow2.bonita.facade.interceptor
Class EJBCommandAPIInterceptor

java.lang.Object
  extended by org.ow2.bonita.facade.interceptor.EJBCommandAPIInterceptor
All Implemented Interfaces:
org.ow2.bonita.facade.CommandAPI

public class EJBCommandAPIInterceptor
extends java.lang.Object
implements org.ow2.bonita.facade.CommandAPI


Constructor Summary
EJBCommandAPIInterceptor(org.ow2.bonita.facade.CommandAPI api)
           
 
Method Summary
<T> T
execute(org.ow2.bonita.util.Command<T> command)
           
<T> T
execute(org.ow2.bonita.util.Command<T> command, org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageUUID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBCommandAPIInterceptor

public EJBCommandAPIInterceptor(org.ow2.bonita.facade.CommandAPI api)
Method Detail

execute

public <T> T execute(org.ow2.bonita.util.Command<T> command)
          throws java.lang.Exception
Specified by:
execute in interface org.ow2.bonita.facade.CommandAPI
Throws:
java.lang.Exception

execute

public <T> T execute(org.ow2.bonita.util.Command<T> command,
                     org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageUUID)
          throws java.lang.Exception
Specified by:
execute in interface org.ow2.bonita.facade.CommandAPI
Throws:
java.lang.Exception


Copyright © 2009 OW2 Consortium. All Rights Reserved.