Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.admin
Interface ManageableCollection

All Superinterfaces:
Manageable, Remote
All Known Implementing Classes:
_ManageableCollection_Stub, _ManageableCollectionBase_Tie, ManageableCollectionBase

public interface ManageableCollection
extends Manageable

Remote interface for a collection of Manageables.


Method Summary
 Manageable getManageable(String name)
          Get the manageable with a given name.
 String[] list()
          Get the list of Manageables.
 
Methods inherited from interface com.sssw.jbroker.api.admin.Manageable
getName, getProperties, getProperty, getPropertyType, isWritable, propertyNames, propertyTypes, setProperties, setProperty
 

Method Detail

list

public String[] list()
              throws RemoteException
Get the list of Manageables.

Throws:
RemoteException

getManageable

public Manageable getManageable(String name)
                         throws ManageableException,
                                RemoteException
Get the manageable with a given name.

Throws:
ManageableException
RemoteException

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.