java.lang.Object
com.sun.corba.ee.impl.legacy.connection.USLPort

@ManagedData @Description("An address of a transport endpoint that the ORB uses for listening to incoming requests") public class USLPort extends Object
  • Field Details

    • type

      private String type
    • port

      private int port
  • Constructor Details

    • USLPort

      public USLPort(String type, int port)
  • Method Details

    • getType

      @ManagedAttribute @Description("The type of the port (e.g. plain text vs. SSL)") public String getType()
    • getPort

      @ManagedAttribute @Description("The TCP port number") public int getPort()
    • toString

      public String toString()
      Overrides:
      toString in class Object