org.jacorb.imr
Class RegistrationPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.jacorb.imr.RegistrationPOA
          extended byorg.jacorb.imr.RegistrationPOATie
All Implemented Interfaces:
InvokeHandler, RegistrationOperations

public class RegistrationPOATie
extends RegistrationPOA

Generated from IDL interface "Registration"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
RegistrationPOATie(RegistrationOperations delegate)
           
RegistrationPOATie(RegistrationOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 RegistrationOperations _delegate()
           
 void _delegate(RegistrationOperations delegate)
           
 Registration _this()
           
 Registration _this(ORB orb)
           
 ImRInfo get_imr_info()
           
 void register_host(HostInfo info)
           
 void register_poa(java.lang.String name, java.lang.String server, java.lang.String host, int port)
           
 void set_server_down(java.lang.String name)
           
 
Methods inherited from class org.jacorb.imr.RegistrationPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationPOATie

public RegistrationPOATie(RegistrationOperations delegate)

RegistrationPOATie

public RegistrationPOATie(RegistrationOperations delegate,
                          POA poa)
Method Detail

_this

public Registration _this()
Overrides:
_this in class RegistrationPOA

_this

public Registration _this(ORB orb)
Overrides:
_this in class RegistrationPOA

_delegate

public RegistrationOperations _delegate()

_delegate

public void _delegate(RegistrationOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_imr_info

public ImRInfo get_imr_info()

register_poa

public void register_poa(java.lang.String name,
                         java.lang.String server,
                         java.lang.String host,
                         int port)
                  throws IllegalPOAName,
                         DuplicatePOAName,
                         UnknownServerName
Throws:
IllegalPOAName
DuplicatePOAName
UnknownServerName

set_server_down

public void set_server_down(java.lang.String name)
                     throws UnknownServerName
Throws:
UnknownServerName

register_host

public void register_host(HostInfo info)
                   throws InvalidSSDRef,
                          IllegalHostName
Throws:
InvalidSSDRef
IllegalHostName