Package | Description |
---|---|
com.sun.jini.reggie |
Provides implementations of
ServiceRegistrar . |
Modifier and Type | Field and Description |
---|---|
MarshalledWrapper |
Item.service
ServiceItem.service as a MarshalledWrapper.
|
Modifier and Type | Method and Description |
---|---|
MarshalledWrapper |
RegistrarImpl.lookup(Template tmpl) |
MarshalledWrapper |
Registrar.lookup(Template tmpl)
Returns the service object (i.e., just ServiceItem.service) from an
item matching the template, or null if there is no match.
|
private MarshalledWrapper |
RegistrarImpl.lookupDo(Template tmpl)
The code that does the real work of lookup.
|
Copyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.