com.retrogui.dualrpc.server
Class DualRpcServerApplicationFactory

java.lang.Object
  extended bycom.retrogui.messageserver.server.AbstractServerApplicationFactory
      extended bycom.retrogui.dualrpc.server.DualRpcServerApplicationFactory

public class DualRpcServerApplicationFactory
extends AbstractServerApplicationFactory

Factory that creates server applications - required by underlying message server library. In this case, only one payloadType of server application is ever created, the DualRpcServerApplication.


Constructor Summary
DualRpcServerApplicationFactory(java.lang.Object configurationObject)
          Creates a new DualRpcServerApplicationFactory object.
 
Method Summary
 AbstractServerApplication getApplication(Session session)
          Factory method.
 
Methods inherited from class com.retrogui.messageserver.server.AbstractServerApplicationFactory
getConfigurationObject, getMessageServer, setMessageServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualRpcServerApplicationFactory

public DualRpcServerApplicationFactory(java.lang.Object configurationObject)
Creates a new DualRpcServerApplicationFactory object.

Parameters:
configurationObject -
Method Detail

getApplication

public AbstractServerApplication getApplication(Session session)
                                         throws ApplicationFactoryException
Factory method. There is only one payloadType of application created - the DualRpcServerApplication

Specified by:
getApplication in class AbstractServerApplicationFactory
Parameters:
session -
Returns:
Throws:
ApplicationFactoryException
See Also: