| Package | Description | 
|---|---|
| com.sun.jini.reggie | 
 Provides implementations of  
ServiceRegistrar. | 
| net.jini.core.lookup | 
 These are the lookup service interfaces and classes. 
 | 
| net.jini.lookup | 
 Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service. 
 | 
| org.openspaces.core.jini | 
 A package including jini related services such as JiniServiceFactoryBean allowing to lookup
a Jini service and use it within Spring. 
 | 
| Constructor and Description | 
|---|
Template(ServiceTemplate tmpl)
Converts a ServiceTemplate to a Template. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class[] | 
ServiceRegistrar.getEntryClasses(ServiceTemplate tmpl)
Looks at all service items that match the specified template, finds
 every entry (among those service items) that either doesn't match any
 entry templates or is a subclass of at least one matching entry
 template, and returns the set of the (most specific) classes of those
 entries. 
 | 
Object[] | 
ServiceRegistrar.getFieldValues(ServiceTemplate tmpl,
              int setIndex,
              String field)
Looks at all service items that match the specified template, finds
 every entry (among those service items) that matches
 tmpl.attributeSetTemplates[setIndex], and returns the set of values
 of the specified field of those entries. 
 | 
Class[] | 
ServiceRegistrar.getServiceTypes(ServiceTemplate 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. 
 | 
Object | 
ServiceRegistrar.lookup(ServiceTemplate tmpl)
Returns the service object (i.e., just ServiceItem.service) from an
 item matching the template, or null if there is no match. 
 | 
ServiceMatches | 
ServiceRegistrar.lookup(ServiceTemplate tmpl,
      int maxMatches)
Returns at most maxMatches items matching the template, plus the total
 number of items that match the template. 
 | 
RegistrarEventRegistration | 
ServiceRegistrar.notify(ServiceTemplate tmpl,
      int transitions,
      RemoteEventListener listener,
      MarshalledObject handback,
      long leaseDuration)
Registers for event notification. 
 | 
RegistrarEventRegistration | 
ServiceRegistrar.notify(ServiceTemplate tmpl,
      int transitions,
      RemoteEventListener listener,
      MarshalledObject handback,
      long leaseDuration,
      int notifyType)
Same as above, just return the matching templaes with the call 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LookupCache | 
ServiceDiscoveryManager.createLookupCache(ServiceTemplate tmpl,
                 ServiceItemFilter filter,
                 ServiceDiscoveryListener listener)
The  
createLookupCache method allows the client-like
 entity to request that the ServiceDiscoveryManager
 create a new managed set (or cache) and populate it with
 services, which match criteria defined by the entity, and whose
 references are registered with one or more of the lookup
 services the entity has targeted for discovery. | 
ServiceItem[] | 
ServiceDiscoveryManager.lookup(ServiceTemplate tmpl,
      int minMatches,
      int maxMatches,
      ServiceItemFilter filter,
      long waitDur)
Queries each available lookup service in the managed set for service(s)
 that match the input criteria. 
 | 
ServiceItem[] | 
ServiceDiscoveryManager.lookup(ServiceTemplate tmpl,
      int maxMatches,
      ServiceItemFilter filter)
Queries each available lookup service in the managed set for service(s)
 that match the input criteria. 
 | 
ServiceItem | 
ServiceDiscoveryManager.lookup(ServiceTemplate tmpl,
      ServiceItemFilter filter)
Queries each available lookup service in the set of lookup services
 managed by the  
ServiceDiscoveryManager (the managed
 set) for a service reference that matches criteria defined by the
 entity that invokes this method. | 
ServiceItem | 
ServiceDiscoveryManager.lookup(ServiceTemplate tmpl,
      ServiceItemFilter filter,
      long waitDur)
Queries each available lookup service in the managed set for a service
 that matches the input criteria. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceTemplate | 
JiniServiceFactoryBean.getTemplate()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JiniServiceFactoryBean.setTemplate(ServiceTemplate template)  | 
Copyright © GigaSpaces.