org.jacorb.notification.servant

Interface IAdmin

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
StringgetAdminMBean()
intgetProxyID()
booleanisIDPublic()

Method Detail

getAdminMBean

public String getAdminMBean()

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.