org.jacorb.notification.servant
Interface IAdmin

All Superinterfaces:
IContainer
All Known Subinterfaces:
ITypedAdmin

public interface IAdmin
extends IContainer

Internal Interface provided to Proxies that gives them Information about their Parent Admin.

Version:
$Id: IAdmin.java,v 1.2 2005/05/01 21:52:55 alphonse.bendt Exp $
Author:
Alphonse Bendt

Method Summary
 int getProxyID()
           
 boolean isIDPublic()
           
 
Methods inherited from interface org.jacorb.notification.IContainer
destroy, getContainer
 

Method Detail

getProxyID

public int getProxyID()
Returns:
the id the Proxy should use.

isIDPublic

public boolean isIDPublic()
Returns:
a boolean value that indicates if the id may be used to look up the Proxy via Admins get_proxy* methods.