|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Webservices ORB
Nested Class Summary | |
static class |
Worb.AutoRetryHandler
|
static class |
Worb.WorbException
|
static interface |
Worb.WorbExceptionHandler
|
static interface |
Worb.WorbProxy
|
Field Summary | |
static java.lang.String |
SERVICE_NAME
|
Method Summary | |
void |
exportService(java.lang.Object o,
java.lang.Class iface,
java.lang.String name)
Describe exportService method here. |
HostId |
getClientHost()
Describe getClientHost method here. |
java.lang.Object |
lookupService(java.lang.String name,
java.lang.Class iface)
Describe lookupService method here. |
void |
setExceptionHandler(java.lang.Object proxy,
Worb.WorbExceptionHandler handler)
Describe setExceptionHandler method here. |
void |
unexportService(java.lang.Object o,
java.lang.String name)
Describe unexportService method here. |
Field Detail |
public static final java.lang.String SERVICE_NAME
Method Detail |
public void exportService(java.lang.Object o, java.lang.Class iface, java.lang.String name)
exportService
method here.
o
- an Object
valueiface
- a Class
valuename
- a String
valuepublic void unexportService(java.lang.Object o, java.lang.String name)
unexportService
method here.
o
- an Object
valuename
- a String
valuepublic java.lang.Object lookupService(java.lang.String name, java.lang.Class iface)
lookupService
method here.
name
- a String
valueiface
- a Class
value
Object
valuepublic HostId getClientHost()
getClientHost
method here.
HostId
valuepublic void setExceptionHandler(java.lang.Object proxy, Worb.WorbExceptionHandler handler)
setExceptionHandler
method here.
proxy
- an Object
valuehandler
- a WorbExceptionHandler
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |