Class SocketFactoryAcceptorImpl

    • Constructor Detail

      • SocketFactoryAcceptorImpl

        public SocketFactoryAcceptorImpl​(ORB orb,
                                         int port,
                                         java.lang.String name,
                                         java.lang.String type)
    • Method Detail

      • initialize

        public boolean initialize()
        Description copied from interface: Acceptor
        Used to initialize an Acceptor. For example, initialization may mean to create a ServerSocketChannel. Note: this must be prepared to be be called multiple times.
        Specified by:
        initialize in interface Acceptor
        Overrides:
        initialize in class AcceptorImpl
        Returns:
        true when it performs initializatin actions (typically the first call.