copyright The Portico Project 2008.

Uses of Class
org.portico.binding.jsop.rti.JSOPActiveConnection

Packages that use JSOPActiveConnection
org.portico.binding.jsop.rti   
 

Uses of JSOPActiveConnection in org.portico.binding.jsop.rti
 

Fields in org.portico.binding.jsop.rti with type parameters of type JSOPActiveConnection
private  List<JSOPActiveConnection> JSOPDaemon.active
           
 

Methods in org.portico.binding.jsop.rti with parameters of type JSOPActiveConnection
private  void JSOPDaemon.addConnection(JSOPActiveConnection connection)
          Add the given connection to our local store.
protected  void JSOPDaemon.removeConnection(JSOPActiveConnection connection)
          So that references to long dead connection objects are not kept lying around (and thus can be garbage collected), this method is provided with the sole intent that JSOPActiveConnection instances will use it to remove themselves from the store of active connections when they end processing through natural causes (this does not include when they are being asked ot manually shut down).
 


copyright The Portico Project 2008.