Class USLPort
- 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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description USLPort(java.lang.String type, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPort()
java.lang.String
getType()
java.lang.String
toString()
-
-
-
Method Detail
-
getType
@ManagedAttribute @Description("The type of the port (e.g. plain text vs. SSL)") public java.lang.String getType()
-
getPort
@ManagedAttribute @Description("The TCP port number") public int getPort()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-