Package | Description |
---|---|
com.sun.jini.reggie |
Provides implementations of
ServiceRegistrar . |
Modifier and Type | Method and Description |
---|---|
ServiceTypeBase[] |
Registrar.getServiceTypes(Template tmpl,
String prefix)
Looks at all service items that match the specified template, and for every service item
finds the most specific type (class or interface) or types the service item is an instance of
that are neither equal to, nor a superclass of, any of the service types in the template and
that have names that start with the specified prefix, and returns the set of all such types.
|
ServiceTypeBase[] |
GigaRegistrar.getServiceTypes(Template tmpl,
String prefix) |
static ServiceTypeBase |
ClassMapper.toServiceTypeBase(Class cls)
Returns a ServiceTypeBase descriptor for a class.
|
Modifier and Type | Method and Description |
---|---|
static Class[] |
ServiceTypeBase.toClass(ServiceTypeBase[] stypes)
Converts an array of ServiceTypeBase to an array of Class.
|
Copyright © GigaSpaces.