|
Change Variable Type context : ExecutionContext to context : ActorTaskContext in method private executeMessage(theEntry ReferenceEntry, oneway boolean, descriptor InterfaceDescriptor, methodId int, headers Object, params Object[], from NodeAddress, messageId int) : Task<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type c : ExecutionContext to c : TaskContext in method public wrap(w BiConsumer<T,U>) : BiConsumer<T,U> in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type current : ExecutionContext to current : TaskContext in method private getMessageContext() : MessageContext in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type context : ExecutionContext to context : TaskContext in method protected transaction(function Function<String,Task<R>>) : Task<R> in class com.ea.orbit.actors.test.transactions.AbstractTransactionalActor |
From |
To |
|
Change Variable Type stack : LinkedList<ExecutionContext> to stack : LinkedList<TaskContext> in method public current() : TaskContext in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type context : ExecutionContext to context : TaskContext in method package currentTransactionId() : String in class com.ea.orbit.actors.test.transactions.AbstractTransactionalActor |
From |
To |
|
Change Variable Type c : ExecutionContext to c : TaskContext in method public wrap(w Supplier<T>) : Supplier<T> in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type c : ExecutionContext to c : TaskContext in method public wrap(w Function<T,R>) : Function<T,R> in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type stack : LinkedList<ExecutionContext> to stack : LinkedList<TaskContext> in method public pop() : void in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type stack : LinkedList<ExecutionContext> to stack : LinkedList<TaskContext> in method public push() : void in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type c : ExecutionContext to c : TaskContext in method public wrap(w Runnable) : Runnable in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type c : ExecutionContext to c : TaskContext in method public wrap(w Consumer<T>) : Consumer<T> in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type c : ExecutionContext to c : TaskContext in method public wrap(w BiFunction<T,U,R>) : BiFunction<T,U,R> in class com.ea.orbit.concurrent.TaskContext |
From |
To |
|
Change Variable Type context : ExecutionContext to context : TaskContext in method public sendMessage(to NodeAddress, oneWay boolean, interfaceId int, methodId int, key Object, params Object[]) : Task<?> in class com.ea.orbit.actors.runtime.Messaging |
From |
To |