com.eurotech.framework.core.comm
Class CommConnectionFactory

java.lang.Object
  extended by com.eurotech.framework.core.comm.CommConnectionFactory
All Implemented Interfaces:
org.osgi.service.io.ConnectionFactory

public class CommConnectionFactory
extends Object
implements org.osgi.service.io.ConnectionFactory


Field Summary
 
Fields inherited from interface org.osgi.service.io.ConnectionFactory
IO_SCHEME
 
Constructor Summary
CommConnectionFactory()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext componentContext)
           
 javax.microedition.io.Connection createConnection(String name, int mode, boolean timeouts)
           
protected  void deactivate(org.osgi.service.component.ComponentContext componentContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommConnectionFactory

public CommConnectionFactory()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext componentContext)

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext componentContext)

createConnection

public javax.microedition.io.Connection createConnection(String name,
                                                         int mode,
                                                         boolean timeouts)
                                                  throws IOException
Specified by:
createConnection in interface org.osgi.service.io.ConnectionFactory
Throws:
IOException


Copyright © 2013. All Rights Reserved.