| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jini.reggie.ServiceTypeBase
public class ServiceTypeBase
A ServiceType annotated with a codebase.
| Field Summary | |
|---|---|
 String | 
codebase
The codebase.  | 
 com.sun.jini.reggie.ServiceType | 
type
The ServiceType.  | 
| Constructor Summary | |
|---|---|
ServiceTypeBase(com.sun.jini.reggie.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 | 
|---|
public final com.sun.jini.reggie.ServiceType type
public String codebase
| Constructor Detail | 
|---|
public ServiceTypeBase(com.sun.jini.reggie.ServiceType type,
                       String codebase)
| Method Detail | 
|---|
public void setCodebase(Class cls)
public static Class[] toClass(ServiceTypeBase[] stypes)
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||