|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.net.PriorityBoostingSocketStreamDecorationStrategy.Factory
public static final class PriorityBoostingSocketStreamDecorationStrategy.Factory
Factory for creating instances of
PriorityBoostingSocketStreamDecorationStrategy
.
Constructor Summary | |
---|---|
PriorityBoostingSocketStreamDecorationStrategy.Factory()
The required no-arg constructor |
Method Summary | |
---|---|
SocketStreamDecorationStrategy |
create(org.openorb.util.logger.LoggerTeam logger,
ORBLoader loader,
java.lang.String prefix)
Optionally creates a new PriorityBoostingSocketStreamDecorationStrategy
based on the [<prefix>.]boostReceivePriority
property defined in the loader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PriorityBoostingSocketStreamDecorationStrategy.Factory()
Method Detail |
---|
public SocketStreamDecorationStrategy create(org.openorb.util.logger.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.Factory
logger
- 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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |