|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.reggie.ServiceTypeBase
class ServiceTypeBase
A ServiceType annotated with a codebase.
Field Summary | |
---|---|
String |
codebase
The codebase. |
private static long |
serialVersionUID
|
ServiceType |
type
The ServiceType. |
Constructor Summary | |
---|---|
ServiceTypeBase(ServiceType type,
String codebase)
Simple constructor |
Method Summary | |
---|---|
void |
setCodebase(Class cls)
Sets the codebase to the codebase of the given class. |
static Class[] |
toClass(ServiceTypeBase[] stypes)
Converts an array of ServiceTypeBase to an array of Class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
public final ServiceType type
public String codebase
Constructor Detail |
---|
public ServiceTypeBase(ServiceType type, String codebase)
Method Detail |
---|
public void setCodebase(Class cls)
public static Class[] toClass(ServiceTypeBase[] stypes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |