public static final class PriorityBoostingSocketStreamDecorationStrategy.Factory extends java.lang.Object implements SocketStreamDecorationStrategy.Factory
PriorityBoostingSocketStreamDecorationStrategy.| Constructor and Description |
|---|
PriorityBoostingSocketStreamDecorationStrategy.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
PriorityBoostingSocketStreamDecorationStrategy
based on the [<prefix>.]boostReceivePriority
property defined in the loader. |
public PriorityBoostingSocketStreamDecorationStrategy.Factory()
public SocketStreamDecorationStrategy create(LoggerTeam logger, ORBLoader loader, java.lang.String prefix)
PriorityBoostingSocketStreamDecorationStrategy
based on the [<prefix>.]boostReceivePriority
property defined in the loader. If this property is false or 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.INITIALIZE - if problems occured during setup