Class HostFactory


  • public class HostFactory
    extends java.lang.Object
    Since:
    CS5
    • Constructor Summary

      Constructors 
      Constructor Description
      HostFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static INCommHost createHost​(IHostDelegate delegate)
      Create an INCommHost instance using the specified delegate.
      • Methods inherited from class java.lang.Object

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

      • HostFactory

        public HostFactory()
    • Method Detail

      • createHost

        public static INCommHost createHost​(IHostDelegate delegate)
        Create an INCommHost instance using the specified delegate.
        Parameters:
        delegate - - host delegate
        Returns:
        INCommHost instance