public abstract class ProtocolAddressBase
extends java.lang.Object
implements java.lang.Cloneable, org.jacorb.config.Configurable
Modifier and Type | Field and Description |
---|---|
protected org.jacorb.config.Configuration |
configuration |
protected ProtocolAddressBase |
next |
protected java.lang.String |
stringified |
Constructor and Description |
---|
ProtocolAddressBase() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.jacorb.config.Configuration configuration) |
ProtocolAddressBase |
copy()
This function shall return an equivalent, deep-copy of the profile
on the free store.
|
abstract boolean |
fromString(java.lang.String s) |
ProtocolAddressBase |
get_next() |
byte[] |
toCDR() |
abstract java.lang.String |
toString() |
abstract void |
write(CDROutputStream s) |
protected org.jacorb.config.Configuration configuration
protected java.lang.String stringified
protected ProtocolAddressBase next
public void configure(org.jacorb.config.Configuration configuration) throws org.jacorb.config.ConfigurationException
configure
in interface org.jacorb.config.Configurable
org.jacorb.config.ConfigurationException
public abstract java.lang.String toString()
toString
in class java.lang.Object
public abstract boolean fromString(java.lang.String s)
public abstract void write(CDROutputStream s)
public byte[] toCDR()
public ProtocolAddressBase copy()
public ProtocolAddressBase get_next()