|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.net.BufferingSocketStreamDecorationStrategy.Factory
public static final class BufferingSocketStreamDecorationStrategy.Factory
Factory for creating instances of
BufferingSocketStreamDecorationStrategy
.
Constructor Summary | |
---|---|
BufferingSocketStreamDecorationStrategy.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 BufferingSocketStreamDecorationStrategy
based on the [<prefix>.]bufferedInputStreamSize
[<prefix>.]bufferedOutputStreamSize properties
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 BufferingSocketStreamDecorationStrategy.Factory()
Method Detail |
---|
public SocketStreamDecorationStrategy create(org.openorb.util.logger.LoggerTeam logger, ORBLoader loader, java.lang.String prefix)
BufferingSocketStreamDecorationStrategy
based on the [<prefix>.]bufferedInputStreamSize
[<prefix>.]bufferedOutputStreamSize
properties
defined in the loader. If both of these properties are
absent or zero 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 |