public abstract class ProtocolAddressBase extends Object implements Cloneable, Configurable
Modifier and Type | Field and Description |
---|---|
protected Configuration |
configuration |
protected ProtocolAddressBase |
next |
protected String |
stringified |
Constructor and Description |
---|
ProtocolAddressBase() |
Modifier and Type | Method and Description |
---|---|
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) |
protected Configuration configuration
protected String stringified
protected ProtocolAddressBase next
public void configure(Configuration configuration) throws ConfigurationException
configure
in interface Configurable
ConfigurationException
public abstract boolean fromString(String s)
public abstract void write(CDROutputStream s)
public byte[] toCDR()
public ProtocolAddressBase copy()
public ProtocolAddressBase get_next()
Copyright © 2016 JacORB. All rights reserved.