org.jbpm.pvm.internal.svc
Class AbstractServiceImpl

java.lang.Object
  extended by org.jbpm.pvm.internal.svc.AbstractServiceImpl
Direct Known Subclasses:
ExecutionServiceImpl, HistoryServiceImpl, IdentityServiceImpl, ManagementServiceImpl, RepositoryServiceImpl, TaskServiceImpl

public class AbstractServiceImpl
extends java.lang.Object

Author:
Tom Baeyens

Field Summary
protected  CommandService commandService
           
 
Constructor Summary
AbstractServiceImpl()
           
 
Method Summary
 CommandService getCommandService()
           
 void setCommandService(CommandService commandService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandService

protected CommandService commandService
Constructor Detail

AbstractServiceImpl

public AbstractServiceImpl()
Method Detail

getCommandService

public CommandService getCommandService()

setCommandService

public void setCommandService(CommandService commandService)


Copyright © 2010 JBoss Community. All Rights Reserved.