|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CorbalocURLSchemeOperations
CorbalocURLScheme implements the corbaloc
URL scheme,
and serves as a registry for CorbalocProtocol objects.
CorbalocProtocol
Method Summary | |
---|---|
void |
add_protocol(CorbalocProtocol protocol)
Register a new corbaloc protocol. |
CorbalocProtocol |
find_protocol(String name)
Find a protocol with the given name. |
Methods inherited from interface org.apache.yoko.orb.OB.URLSchemeOperations |
---|
destroy, name, parse_url |
Method Detail |
---|
void add_protocol(CorbalocProtocol protocol) throws ProtocolAlreadyExists
corbaloc
protocol.
protocol
- The new protocol.
ProtocolAlreadyExists
- Another protocol already exists
with the same name.CorbalocProtocol find_protocol(String name)
name
- The protocol name, in lower case.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |