com.caucho.message.local
Class LocalConnectionFactoryImpl

java.lang.Object
  extended by com.caucho.message.local.LocalConnectionFactoryImpl
All Implemented Interfaces:
MessageConnectionFactory
Direct Known Subclasses:
LocalConnectionFactory

public class LocalConnectionFactoryImpl
extends java.lang.Object
implements MessageConnectionFactory

Message facade for creating a connection


Constructor Summary
LocalConnectionFactoryImpl()
           
 
Method Summary
 LocalConnectionImpl connect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalConnectionFactoryImpl

public LocalConnectionFactoryImpl()
Method Detail

connect

public LocalConnectionImpl connect()
Specified by:
connect in interface MessageConnectionFactory