Interface FactoryInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteServerFactory

public interface FactoryInterface extends Remote
Interface for a factory creating server sessions.
Version:
11.4.1
Author:
jmback
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a new session from factory.
  • Method Details

    • getPortOfSession

      Integer getPortOfSession() throws RemoteException
      Get a new session from factory.
      Returns:
      port number for new session -1 if no session available
      Throws:
      RemoteException