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.3 2005/08/21 13:33:00 alphonse.bendt Exp $
Author:
Alphonse Bendt

Method Summary
 java.lang.String getAdminMBean()
           
 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.

getAdminMBean

public java.lang.String getAdminMBean()