|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegistryService
Registry Service interface.
| Method Summary | |
|---|---|
List<String> |
getActiveProtocolNames()
|
String |
getDefaultProtocolName()
|
int |
getExportedObjectPort(String protocolName)
|
String |
getInitialContextFactoryName(String protocolName)
|
URI |
getProviderURL(String protocolName)
|
InitialContext |
getRegistryContext()
Gets the initial context. |
void |
setDefaultProtocol(String protocolName)
Set the current protocol to the given parameter. |
| Methods inherited from interface org.ow2.jonas.service.Service |
|---|
getName, init, isStarted, setName, start, stop |
| Method Detail |
|---|
List<String> getActiveProtocolNames()
List of currently active protocols
names (rmi, irmi, iiop, ...).URI getProviderURL(String protocolName)
protocolName - protocol name
int getExportedObjectPort(String protocolName)
protocolName - protocol name
0 if unset.String getInitialContextFactoryName(String protocolName)
protocolName - protocol name
InitialContextFactory classname
of the given protocol.String getDefaultProtocolName()
void setDefaultProtocol(String protocolName)
protocolName - the new default protocol name.InitialContext getRegistryContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||