|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.engine.migration.CorrelatorsMigration
public class CorrelatorsMigration
Migrates correlators used for routing from a selection scheme that's based on partnerLinkId+"."+operationName to partnerLinkName+"."+operationName
Constructor Summary | |
---|---|
CorrelatorsMigration()
|
Method Summary | |
---|---|
boolean |
migrate(java.util.Set<BpelProcess> registeredProcesses,
BpelDAOConnection connection)
All database migrations are run in the same transaction so if one fails, they will all be rollbacked. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorrelatorsMigration()
Method Detail |
---|
public boolean migrate(java.util.Set<BpelProcess> registeredProcesses, BpelDAOConnection connection)
Migration
migrate
in interface Migration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |