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"
- Author:
- JacORB IDL compiler V 2.2 (JBoss patch 3), 06-Oct-2004
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()