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.

Author:
Alphonse Bendt

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

Method Detail

getProxyID

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

isIDPublic

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

String getAdminMBean()


Copyright © 2015 JacORB. All rights reserved.