org.isam.exehda.services
Interface Worb

All Known Implementing Classes:
WorbImpl

public interface Worb

Webservices ORB

Version:
$Date: 2004/11/02 02:20:50 $ $Revision: 1.8 $
Author:
last modified by $Author: lucc $

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

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

exportService

public void exportService(java.lang.Object o,
                          java.lang.Class iface,
                          java.lang.String name)
Describe exportService method here.

Parameters:
o - an Object value
iface - a Class value
name - a String value

unexportService

public void unexportService(java.lang.Object o,
                            java.lang.String name)
Describe unexportService method here.

Parameters:
o - an Object value
name - a String value

lookupService

public java.lang.Object lookupService(java.lang.String name,
                                      java.lang.Class iface)
Describe lookupService method here.

Parameters:
name - a String value
iface - a Class value
Returns:
an Object value

getClientHost

public HostId getClientHost()
Describe getClientHost method here.

Returns:
a HostId value

setExceptionHandler

public void setExceptionHandler(java.lang.Object proxy,
                                Worb.WorbExceptionHandler handler)
Describe setExceptionHandler method here.

Parameters:
proxy - an Object value
handler - a WorbExceptionHandler value