com.camunda.toolkit.jbpm.service
Class CommandServiceBean

java.lang.Object
  extended by com.camunda.toolkit.jbpm.service.CommandServiceBean
All Implemented Interfaces:
JbpmInitializer, org.jbpm.command.CommandService

public class CommandServiceBean
extends java.lang.Object
implements org.jbpm.command.CommandService, JbpmInitializer


Constructor Summary
CommandServiceBean()
           
 
Method Summary
 void createSchema()
           
 java.lang.Object execute(org.jbpm.command.Command command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandServiceBean

public CommandServiceBean()
Method Detail

execute

public java.lang.Object execute(org.jbpm.command.Command command)
Specified by:
execute in interface org.jbpm.command.CommandService

createSchema

public void createSchema()
Specified by:
createSchema in interface JbpmInitializer


Copyright © 2007 camunda GmbH. All Rights Reserved.