Package com.sun.jini.reggie
Class EntryClassBase
java.lang.Object
com.sun.jini.reggie.EntryClassBase
- All Implemented Interfaces:
Serializable
An EntryClass annotated with a codebase.
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCodebase(Class cls) Sets the codebase to the codebase of the given class.static Class[]toClass(EntryClassBase[] eclasses) Converts an array of EntryClassBase to an array of Class.
-
Field Details
-
eclass
The EntryClass. -
codebase
The codebase.
-
-
Constructor Details
-
EntryClassBase
Simple constructor
-
-
Method Details
-
setCodebase
Sets the codebase to the codebase of the given class. -
toClass
Converts an array of EntryClassBase to an array of Class. If a class cannot be loaded, it is left as null.
-