public final class PolicyFactoryHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
PolicyFactory |
value
Internal PolicyFactory value
|
| Constructor and Description |
|---|
PolicyFactoryHolder()
Default constructor
|
PolicyFactoryHolder(PolicyFactory initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read PolicyFactory from a marshalled stream
|
TypeCode |
_type()
Return the PolicyFactory TypeCode
|
void |
_write(OutputStream ostream)
Write PolicyFactory into a marshalled stream
|
public PolicyFactory value
public PolicyFactoryHolder()
public PolicyFactoryHolder(PolicyFactory initial)
initial - the initial valuepublic void _read(InputStream istream)
_read in interface Streamableistream - the input streampublic void _write(OutputStream ostream)
_write in interface Streamableostream - the output streampublic TypeCode _type()
_type in interface Streamable