Class TrackableKernelSocketsFactory

  • All Implemented Interfaces:
    com.twosigma.beakerx.kernel.KernelSocketsFactory

    public class TrackableKernelSocketsFactory
    extends java.lang.Object
    implements com.twosigma.beakerx.kernel.KernelSocketsFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      TrackableKernelSocketsFactory​(com.twosigma.beakerx.kernel.ConfigurationFile configurationFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.twosigma.beakerx.kernel.KernelSockets create​(com.twosigma.beakerx.kernel.KernelFunctionality kernel, com.twosigma.beakerx.kernel.SocketCloseAction closeAction)  
      java.util.ArrayList<com.twosigma.beakerx.kernel.KernelSockets> getInstances()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrackableKernelSocketsFactory

        public TrackableKernelSocketsFactory​(com.twosigma.beakerx.kernel.ConfigurationFile configurationFile)
    • Method Detail

      • create

        public com.twosigma.beakerx.kernel.KernelSockets create​(com.twosigma.beakerx.kernel.KernelFunctionality kernel,
                                                                com.twosigma.beakerx.kernel.SocketCloseAction closeAction)
        Specified by:
        create in interface com.twosigma.beakerx.kernel.KernelSocketsFactory
      • getInstances

        public java.util.ArrayList<com.twosigma.beakerx.kernel.KernelSockets> getInstances()