public class DefaultWorkItemManagerFactory extends Object implements WorkItemManagerFactory, Externalizable
Constructor and Description |
---|
DefaultWorkItemManagerFactory() |
Modifier and Type | Method and Description |
---|---|
WorkItemManager |
createWorkItemManager(InternalKnowledgeRuntime kruntime) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public WorkItemManager createWorkItemManager(InternalKnowledgeRuntime kruntime)
createWorkItemManager
in interface WorkItemManagerFactory
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.