Package com.sun.corba.ee.impl.ior.iiop
Class IIOPAddressClosureImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.ior.iiop.IIOPAddressBase
-
- com.sun.corba.ee.impl.ior.iiop.IIOPAddressClosureImpl
-
- All Implemented Interfaces:
IIOPAddress
,Writeable
public final class IIOPAddressClosureImpl extends IIOPAddressBase
-
-
Constructor Summary
Constructors Constructor Description IIOPAddressClosureImpl(org.glassfish.pfl.basic.func.NullaryFunction<java.lang.String> host, org.glassfish.pfl.basic.func.NullaryFunction<java.lang.Integer> port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHost()
int
getPort()
-
Methods inherited from class com.sun.corba.ee.impl.ior.iiop.IIOPAddressBase
equals, hashCode, intToShort, shortToInt, toString, write
-
-