org.jacorb.orb.etf
public abstract class ProtocolAddressBase extends Object implements Cloneable, Configurable
Version: $Id: ProtocolAddressBase.java,v 1.3 2006/07/05 09:18:32 alphonse.bendt Exp $ provides an abstraction of a protocol specific address. This is necessary to allow the ORB and other components deal with addresses generally rather than using protocol specific address elements such as IIOP-centric host and port values.
| Field Summary | |
|---|---|
| protected Configuration | configuration |
| protected ProtocolAddressBase | next |
| protected String | stringified |
| Method Summary | |
|---|---|
| void | configure(Configuration configuration) |
| ProtocolAddressBase | copy()
This function shall return an equivalent, deep-copy of the profile
on the free store. |
| abstract boolean | fromString(String s) |
| ProtocolAddressBase | get_next() |
| byte[] | toCDR() |
| abstract String | toString() |
| abstract void | write(CDROutputStream s) |