|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openorb.orb.net.LegacySocketStreamDecorationStrategy.Factory
Factory for creating instances of
LegacySocketStreamDecorationStrategy.
| Constructor Summary | |
LegacySocketStreamDecorationStrategy.Factory()
The required no-arg constructor |
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LegacySocketStreamDecorationStrategy.Factory()
| Method Detail |
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||