|
Push Down Method public cast(remoteInterface Class<T>, actor Actor) : T from class com.ea.orbit.actors.runtime.ReferenceFactory to public cast(remoteInterface Class<T>, actor Actor) : T from class com.ea.orbit.actors.runtime.DefaultReferenceFactory |
From |
To |
|
Push Down Method public ref(actorInterface Class<T>, id String) : T from class com.ea.orbit.actors.runtime.ReferenceFactory to public ref(actorInterface Class<T>, id String) : T from class com.ea.orbit.actors.runtime.DefaultReferenceFactory |
From |
To |
|
Push Down Method public observerRef(nodeId UUID, actorObserverInterface Class<T>, id String) : T from class com.ea.orbit.actors.runtime.ReferenceFactory to public observerRef(nodeId UUID, actorObserverInterface Class<T>, id String) : T from class com.ea.orbit.actors.runtime.DefaultReferenceFactory |
From |
To |
|
Push Down Method public getObserverReference(nodeId UUID, iClass Class<T>, id Object) : T from class com.ea.orbit.actors.runtime.ReferenceFactory to public getObserverReference(nodeId UUID, iClass Class<T>, id Object) : T from class com.ea.orbit.actors.runtime.DefaultReferenceFactory |
From |
To |
|
Push Down Method public getReference(iClass Class<T>, id Object) : T from class com.ea.orbit.actors.runtime.ReferenceFactory to public getReference(iClass Class<T>, id Object) : T from class com.ea.orbit.actors.runtime.DefaultReferenceFactory |
From |
To |
|
Push Down Method private getFactory(iClass Class<T>) : ActorFactory<T> from class com.ea.orbit.actors.runtime.ReferenceFactory to private getFactory(iClass Class<T>) : ActorFactory<T> from class com.ea.orbit.actors.runtime.DefaultReferenceFactory |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public serializeMessage(runtime BasicRuntime, out OutputStream, message Message) : void in class com.ea.orbit.actors.extensions.MessageSerializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method protected createObjectInput(runtime BasicRuntime, in InputStream) : ObjectInput in class com.ea.orbit.actors.runtime.JavaMessageSerializer |
From |
To |
|
Change Parameter Type referenceFactory : RefFactory to referenceFactory : ReferenceFactory in method public ActorReferenceModule(referenceFactory ReferenceFactory) in class com.ea.orbit.actors.extensions.json.ActorReferenceModule |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public deserializeMessage(runtime BasicRuntime, inputStream InputStream) : Message in class com.ea.orbit.actors.ws.test.MixedSerializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public deserializeMessage(runtime BasicRuntime, inputStream InputStream) : Message in class com.ea.orbit.actors.extensions.MessageSerializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public deserializeMessage(runtime BasicRuntime, inputStream InputStream) : Message in class com.ea.orbit.actors.extensions.json.JsonMessageSerializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public serializeMessage(runtime BasicRuntime, out OutputStream, message Message) : void in class com.ea.orbit.actors.extensions.json.JsonMessageSerializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public deserializeMessage(runtime BasicRuntime, inputStream InputStream) : Message in class com.ea.orbit.actors.ws.test.ProtoMessageSerializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public serializeMessage(runtime BasicRuntime, out OutputStream, message Message) : void in class com.ea.orbit.actors.ws.test.MixedSerializer |
From |
To |
|
Change Parameter Type factory : RefFactory to factory : ReferenceFactory in method public ObserverRefDeserializer(iClass Class<?>, factory ReferenceFactory) in class com.ea.orbit.actors.extensions.json.ActorReferenceModule.ObserverRefDeserializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public serializeMessage(runtime BasicRuntime, out OutputStream, message Message) : void in class com.ea.orbit.actors.ws.test.ProtoMessageSerializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method protected createObjectOutput(runtime BasicRuntime, outputStream OutputStream) : ObjectOutput in class com.ea.orbit.actors.runtime.JavaMessageSerializer |
From |
To |
|
Change Parameter Type factory : RefFactory to factory : ReferenceFactory in method public RefDeserializer(iClass Class<?>, factory ReferenceFactory) in class com.ea.orbit.actors.extensions.json.ActorReferenceModule.RefDeserializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public deserializeMessage(runtime BasicRuntime, inputStream InputStream) : Message in class com.ea.orbit.actors.runtime.JavaMessageSerializer |
From |
To |
|
Change Parameter Type runtime : Runtime to runtime : BasicRuntime in method public serializeMessage(runtime BasicRuntime, outputStream OutputStream, message Message) : void in class com.ea.orbit.actors.runtime.JavaMessageSerializer |
From |
To |
|
Move Method protected sendResponseAndLogError(ctx HandlerContext, oneway boolean, from NodeAddress, messageId int, result Object, exception Throwable) : void from class com.ea.orbit.actors.runtime.Messaging to protected sendResponseAndLogError(ctx HandlerContext, oneway boolean, from NodeAddress, messageId int, result Object, exception Throwable) : void from class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Move Method private sendResponse(ctx HandlerContext, to NodeAddress, messageType int, messageId int, res Object) : Task from class com.ea.orbit.actors.runtime.Messaging to private sendResponse(ctx HandlerContext, to NodeAddress, messageType int, messageId int, res Object) : Task from class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Move Method public clock() : Clock from class com.ea.orbit.actors.runtime.Execution to public clock() : Clock from class com.ea.orbit.actors.Stage |
From |
To |
|
Move Method private generateRuntimeIdentity() : String from class com.ea.orbit.actors.runtime.Execution to private generateRuntimeIdentity() : String from class com.ea.orbit.actors.Stage |
From |
To |