org.apache.ode.jacob.vpu
Class ChannelFactory

java.lang.Object
  extended by org.apache.ode.jacob.vpu.ChannelFactory

public class ChannelFactory
extends java.lang.Object


Nested Class Summary
static class ChannelFactory.ChannelInvocationHandler
           
 
Constructor Summary
ChannelFactory()
           
 
Method Summary
static Channel createChannel(CommChannel backend, java.lang.Class type)
           
static java.lang.Object getBackend(Channel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelFactory

public ChannelFactory()
Method Detail

getBackend

public static java.lang.Object getBackend(Channel channel)

createChannel

public static Channel createChannel(CommChannel backend,
                                    java.lang.Class type)