public static final class LegacySocketStreamDecorationStrategy.Factory extends java.lang.Object implements SocketStreamDecorationStrategy.Factory
LegacySocketStreamDecorationStrategy.| Constructor and Description |
|---|
LegacySocketStreamDecorationStrategy.Factory()
The required no-arg constructor
|
| Modifier and Type | Method and Description |
|---|---|
SocketStreamDecorationStrategy |
create(LoggerTeam logger,
ORBLoader loader,
java.lang.String prefix)
Optionally creates a new
LegacySocketStreamDecorationStrategy
based on the [<prefix>.]SocketInputStreamClass
[<prefix>.]SocketOutputStreamClass properties
defined in the loader. |
public LegacySocketStreamDecorationStrategy.Factory()
public SocketStreamDecorationStrategy create(LoggerTeam logger, ORBLoader loader, java.lang.String prefix)
LegacySocketStreamDecorationStrategy
based on the [<prefix>.]SocketInputStreamClass
[<prefix>.]SocketOutputStreamClass properties
defined in the loader. If both of these properties are
absent then no object is created.create in interface SocketStreamDecorationStrategy.Factorylogger - the logger team to usedloader - the orb loader to be usedprefix - the optional property name prefix to use, e.g. "iiop"null.org.omg.CORBA.INITIALIZE - if problems occured during setup