|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.shirako.common.ConcreteSetFactory
public abstract class ConcreteSetFactory
A ConcreteSetFactory is used to transform
IConcreteSet objects to be transmitted from one actor to
another: the sending actor "encodes" the set, and the receiving actor decodes
it. This approach allows the core system to be easily extended without having
to modify the proxy implementations.
| Field Summary | |
|---|---|
protected LoggingTool |
logger
Cached copy of the logger for convenience |
protected IShirakoPlugin |
spi
The plugin |
| Constructor Summary | |
|---|---|
ConcreteSetFactory(IShirakoPlugin spi)
Create a new factory |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface orca.shirako.api.IConcreteSetFactory |
|---|
decode, encode |
| Field Detail |
|---|
protected IShirakoPlugin spi
protected LoggingTool logger
| Constructor Detail |
|---|
public ConcreteSetFactory(IShirakoPlugin spi)
spi - The plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||