orca.shirako.common
Class ConcreteSetFactory

java.lang.Object
  extended by orca.shirako.common.ConcreteSetFactory
All Implemented Interfaces:
IConcreteSetFactory
Direct Known Subclasses:
LocalFactory, SoapFactory

public abstract class ConcreteSetFactory
extends java.lang.Object
implements IConcreteSetFactory

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

spi

protected IShirakoPlugin spi
The plugin


logger

protected LoggingTool logger
Cached copy of the logger for convenience

Constructor Detail

ConcreteSetFactory

public ConcreteSetFactory(IShirakoPlugin spi)
Create a new factory

Parameters:
spi - The plugin


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.