All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.descr.SetDescription

java.lang.Object
   |
   +----iceberg.APCpath.descr.SetDescription

public class SetDescription
extends Object

Variable Index

 o baseClass
 o baseClassName
 o elName
 o hashClass
 o hashDescr
 o hashOps

Constructor Index

 o SetDescription(String, String)

Method Index

 o add(int, DescrOperator, Class)
 o addcreate(int, DescrOperator, Class, String)
 o create(int, String)
 o getDescr(String)
 o isAvailable(String)
 o list()
 o load(URL)
 o loadLocal(int, DescrOperator)
 o loadLocal(String)
 o remove(int, String)

Variables

 o baseClassName
 protected String baseClassName
 o elName
 protected String elName
 o baseClass
 protected Class baseClass
 o hashClass
 protected Hashtable hashClass
 o hashDescr
 protected Hashtable hashDescr
 o hashOps
 protected Hashtable hashOps

Constructors

 o SetDescription
 public SetDescription(String baseClassName,
                       String elName)

Methods

 o remove
 public void remove(int pathid,
                    String name)
 o loadLocal
 public void loadLocal(String fileName) throws ClassNotFoundException, IllegalArgumentException, IOException
 o load
 public void load(URL xmlUrl) throws ClassNotFoundException, IOException, IllegalArgumentException, RemoteException
 o loadLocal
 public void loadLocal(int pathid,
                       DescrOperator thedescr) throws ClassNotFoundException, IOException, IllegalArgumentException, RemoteException
 o addcreate
 public Object addcreate(int pathid,
                         DescrOperator thedescr,
                         Class theClass,
                         String name) throws IllegalArgumentException, IllegalAccessException, InstantiationException
 o add
 public void add(int pathid,
                 DescrOperator thedescr,
                 Class theClass) throws IllegalArgumentException
 o create
 public Object create(int pathid,
                      String name) throws IllegalAccessException, InstantiationException
 o list
 public DescrOperator[] list()
 o isAvailable
 public boolean isAvailable(String name)
 o getDescr
 public DescrOperator getDescr(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index