org.jacorb.imr
Interface RegistrationOperations

All Known Subinterfaces:
ImplementationRepository, ImplementationRepositoryOperations, Registration
All Known Implementing Classes:
_ImplementationRepositoryStub, _RegistrationStub, ImplementationRepositoryImpl, ImplementationRepositoryPOA, ImplementationRepositoryPOATie, RegistrationPOA, RegistrationPOATie

public interface RegistrationOperations

Generated from IDL interface "Registration".

Version:
generated at Sep 14, 2010 11:02:17 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 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)
           
 

Method Detail

register_host

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

set_server_down

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

register_poa

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

get_imr_info

ImRInfo get_imr_info()