net.anotheria.net.tcp.server.object2object
Class O2OConnectionFactory

java.lang.Object
  extended by net.anotheria.net.tcp.server.object2object.O2OConnectionFactory
All Implemented Interfaces:
IConnectionFactory

public class O2OConnectionFactory
extends Object
implements IConnectionFactory

A factory for creation of object to object connections.

Author:
lrosenberg

Method Summary
 IConnection createConnection(IConnectionCreationContext context)
          Creates a new connection with given context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createConnection

public IConnection createConnection(IConnectionCreationContext context)
Creates a new connection with given context.

Specified by:
createConnection in interface IConnectionFactory
Parameters:
context - connection creation context
Returns:
a new connection object


Copyright © 2010-2013 anotheria.net. All Rights Reserved.