|
Change Variable Type existingObserver : IActorObserver to existingObserver : ActorObserver in method private createObjectReference(iClass Class<T>, observer T, objectId String) : T in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type ref : IActorObserver to ref : ActorObserver in method public getObserverReference(iClass Class<T>, observer T, id String) : T in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type observer : IActorObserver to observer : ActorObserver in method private handleOnMessageReceived(entryKey EntryKey, from INodeAddress, oneway boolean, messageId int, interfaceId int, methodId int, key Object, params Object[]) : Task<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type objectReference : IActorObserver to objectReference : ActorObserver in method private createObjectOutput(outputStream OutputStream) : ObjectOutput in class com.ea.orbit.actors.runtime.Messaging |
From |
To |
|
Change Attribute Type observerReferences : Map<IActorObserver,IActorObserver> to observerReferences : Map<ActorObserver,ActorObserver> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Attribute Type hosting : IHosting to nodeConfig : NodeConfig in class com.ea.orbit.actors.runtime.Hosting.NodeInfo |
From |
To |
|
Change Attribute Type state : IHosting.NodeState to state : NodeConfig.NodeState in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Attribute Type finder : IActorClassFinder to finder : ActorClassFinder in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Attribute Type observerInstances : Map<EntryKey,IActorObserver> to observerInstances : Map<EntryKey,ActorObserver> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Rename Parameter iActorObserver : Class<T> to actorObserverInterface : Class<T> in method public getObserverReference(node INodeAddress, actorObserverInterface Class<T>, id String) : T in class com.ea.orbit.actors.ActorObserver |
From |
To |
|
Rename Parameter iActorObserver : Class<T> to actorObserverInterface : Class<T> in method public observerRef(nodeId UUID, actorObserverInterface Class<T>, id String) : T in class com.ea.orbit.actors.runtime.ReferenceFactory |
From |
To |
|
Rename Parameter iActorInterface : Class<T> to actorInterface : Class<T> in method public findActorImplementation(actorInterface Class<T>) : Class<? extends T> in class com.ea.orbit.actors.providers.ActorClassFinder |
From |
To |
|
Rename Parameter iActor : Class<T> to actorInterface : Class<T> in method public ref(actorInterface Class<T>, id String) : T in class com.ea.orbit.actors.runtime.ReferenceFactory |
From |
To |
|
Rename Parameter iActorInterface : Class<T> to actorInterface : Class<T> in method public findActorImplementation(actorInterface Class<T>) : Class<? extends T> in class com.ea.orbit.actors.runtime.DefaultActorClassFinder |
From |
To |
|
Rename Parameter iActor : Class<T> to actorInterface : Class<T> in method public ref(actorInterface Class<T>) : T in class com.ea.orbit.actors.runtime.ReferenceFactory |
From |
To |