Package com.sun.corba.ee.spi.ior.iiop
Interface AlternateIIOPAddressComponent
-
- All Superinterfaces:
Identifiable
,TaggedComponent
,Writeable
- All Known Implementing Classes:
AlternateIIOPAddressComponentImpl
@ManagedData @Description("Component containing an alternate IIOP address to use") public interface AlternateIIOPAddressComponent extends TaggedComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IIOPAddress
getAddress()
-
Methods inherited from interface com.sun.corba.ee.spi.ior.Identifiable
getId
-
Methods inherited from interface com.sun.corba.ee.spi.ior.TaggedComponent
getIOPComponent
-
-
-
-
Method Detail
-
getAddress
@ManagedAttribute @Description("The Alternate address") IIOPAddress getAddress()
-
-