A B C D E F G H I J L M N O P R S T V W

A

AbstractEntry - class net.jini.entry.AbstractEntry.
This class is a specific, generally useful base class for entry types.
AbstractEntry() - Constructor for class net.jini.entry.AbstractEntry
 
addDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupDiscovery
Register a listener as interested in receiving DiscoveryEvent notifications.
addGroups(String[]) - Method in class net.jini.discovery.LookupDiscovery
Add a set of groups to the set to be discovered.
addLookupAttributes(Entry[]) - Method in interface net.jini.admin.JoinAdmin
Add attribute sets for the service.
addLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
Add new groups to the set to join.
addLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
Add locators for specific new lookup services to join.
addMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
Add new groups for the lookup service to be a member of.
addr - Variable in class net.jini.discovery.IncomingMulticastRequest
The address to which any responses should go.
Address - class net.jini.lookup.entry.Address.
The address of the physical component of a service.
Address() - Constructor for class net.jini.lookup.entry.Address
Construct an empty instance of this class.
Address(String, String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.Address
Construct an instance of this class, with all fields initialized appropriately.
AddressBean - class net.jini.lookup.entry.AddressBean.
A JavaBeans(TM) component that encapsulates an Address object.
AddressBean() - Constructor for class net.jini.lookup.entry.AddressBean
Construct an instance of this JavaBeans component that is linked to a new Address object.
Administrable - interface net.jini.admin.Administrable.
Every administrable service should implement this interface.
ALL_GROUPS - Static variable in class net.jini.discovery.LookupDiscovery
Attempt to discover all reachable lookup services.
assoc - Variable in class net.jini.lookup.entry.AddressBean
The Address object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.LocationBean
The Location object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.CommentBean
The Entry object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.NameBean
The Name object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.StatusBean
The Status object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.ServiceInfoBean
The ServiceInfo object associated with this JavaBeans component.

B

building - Variable in class net.jini.lookup.entry.Location
A building name or code.

C

comment - Variable in class net.jini.lookup.entry.Comment
The comment itself.
Comment - class net.jini.lookup.entry.Comment.
A free-form comment about a service.
Comment() - Constructor for class net.jini.lookup.entry.Comment
Construct an empty instance of this class.
Comment(String) - Constructor for class net.jini.lookup.entry.Comment
Construct an instance of this class, with all fields initialized appropriately.
CommentBean - class net.jini.lookup.entry.CommentBean.
A JavaBeans(TM) component that encapsulates a Comment object.
CommentBean() - Constructor for class net.jini.lookup.entry.CommentBean
Construct a new JavaBeans component, linked to a new empty Comment object.
Constants - class net.jini.discovery.Constants.
A holder class for constants that pertain to the unicast and multicast discovery protocols.
country - Variable in class net.jini.lookup.entry.Address
Country name.
createBean(Entry) - Static method in class net.jini.lookup.entry.EntryBeans
Create a bean of the appropriate type for the given Entry object, and link it to the object for immediate manipulation.

D

discard(ServiceRegistrar) - Method in class net.jini.discovery.LookupDiscovery
Discard a registrar from the set of registrars already discovered.
discarded(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryListener
Called when one or more lookup service registrars has been discarded.
discovered(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryListener
Called when one or more lookup service registrars has been discovered.
DiscoveryAdmin - interface net.jini.lookup.DiscoveryAdmin.
Methods for controlling which groups a lookup service is a member of, and for controlling which TCP port a lookup service uses for its lookup locator.
DiscoveryEvent - class net.jini.discovery.DiscoveryEvent.
Event object passed (via the DiscoveryListener interface) to indicate to interested parties that one or more ServiceRegistrar objects have been discovered or discarded by a LookupDiscovery object.
DiscoveryEvent(Object, ServiceRegistrar[]) - Constructor for class net.jini.discovery.DiscoveryEvent
Construct a new DiscoveryEvent object, with the given source and set of registrars.
DiscoveryListener - interface net.jini.discovery.DiscoveryListener.
This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
DiscoveryPermission - class net.jini.discovery.DiscoveryPermission.
Permission for using LookupDiscovery.
DiscoveryPermission(String) - Constructor for class net.jini.discovery.DiscoveryPermission
Simple constructor.
DiscoveryPermission(String, String) - Constructor for class net.jini.discovery.DiscoveryPermission
Simple constructor.
discoveryPort - Static variable in class net.jini.discovery.Constants
The port for both unicast and multicast boot requests.

E

EntryBean - interface net.jini.lookup.entry.EntryBean.
Interface to be implemented by all JavaBeans(TM) components that act as "front ends" to Entry classes.
EntryBeans - class net.jini.lookup.entry.EntryBeans.
Utility class for handling JavaBeans(TM) components that relate to Entry classes in the Jini(TM) Lookup service.
EntryBeans() - Constructor for class net.jini.lookup.entry.EntryBeans
 
equals(Entry, Entry) - Static method in class net.jini.entry.AbstractEntry
Returns true if the two objects have the same value.
equals(Object) - Method in class net.jini.discovery.DiscoveryPermission
Two instances are equal if they have the same name.
equals(Object) - Method in class net.jini.discovery.IncomingUnicastResponse
Two responses are equal if they have the same registrar.
equals(Object) - Method in class net.jini.discovery.IncomingMulticastAnnouncement
Two announcements are equal if they have the same service id.
equals(Object) - Method in class net.jini.discovery.IncomingMulticastRequest
Two requests are equal if they have the same address, port, groups, and service IDs.
equals(Object) - Method in class net.jini.entry.AbstractEntry
Returns true if the other object has the same value as this one.
ERROR - Static variable in class net.jini.lookup.entry.StatusType
An error has occurred that is preventing a service from operating correctly.

F

finalize() - Method in class net.jini.discovery.LookupDiscovery
 
floor - Variable in class net.jini.lookup.entry.Location
A floor designation.
followLink() - Method in class net.jini.lookup.entry.AddressBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.LocationBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in interface net.jini.lookup.entry.EntryBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.CommentBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.NameBean
Return the Name linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.StatusBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the Entry linked to by this JavaBeans component.

G

getActions() - Method in class net.jini.discovery.DiscoveryPermission
Always returns the empty string; this permission type has no actions list.
getAddress() - Method in class net.jini.discovery.IncomingMulticastRequest
Return the address of the host to contact in order to start unicast discovery.
getAdmin() - Method in interface net.jini.admin.Administrable
Returns an object that implements whatever administration interfaces are appropriate for the particular service.
getAnnouncementAddress() - Static method in class net.jini.discovery.Constants
Return the address of the multicast group over which the multicast announcement protocol takes place.
getBeanClass(Class) - Static method in class net.jini.lookup.entry.EntryBeans
Return the class of JavaBeans component that corresponds to a particular Entry class.
getBuilding() - Method in class net.jini.lookup.entry.LocationBean
Return the value of the building field in the Location object linked to by this JavaBeans component.
getComment() - Method in class net.jini.lookup.entry.CommentBean
Return the value of the comment field in the Comment object linked to by this JavaBeans component.
getCountry() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the country field in the Address object linked to by this JavaBeans component.
getDisplayName() - Method in class net.jini.lookup.entry.ServiceType
Return the localized display name of this service.
getFloor() - Method in class net.jini.lookup.entry.LocationBean
Return the value of the floor field in the Location object linked to by this JavaBeans component.
getGroups() - Method in class net.jini.discovery.IncomingUnicastResponse
Return the set of groups of which the lookup service we discovered was a member when we discovered it.
getGroups() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
Return the groups of which the announcing lookup service is a member.
getGroups() - Method in class net.jini.discovery.LookupDiscovery
Return the set of group names this LookupDiscovery instance is trying to discover.
getGroups() - Method in class net.jini.discovery.IncomingMulticastRequest
Return the set of groups in which the requestor is interested.
getIcon(int) - Method in class net.jini.lookup.entry.ServiceType
Get an icon for this service.
getLocality() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the locality field in the Address object linked to by this JavaBeans component.
getLocator() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
Return a LookupLocator for performing unicast discovery of the announcing lookup service.
getLookupAttributes() - Method in interface net.jini.admin.JoinAdmin
Get the current attribute sets for the service.
getLookupGroups() - Method in interface net.jini.admin.JoinAdmin
Get the list of groups to join.
getLookupLocators() - Method in interface net.jini.admin.JoinAdmin
Get the list of locators of specific lookup services to join.
getManufacturer() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the manufacturer field in the ServiceInfo object linked to by this JavaBeans component.
getMemberGroups() - Method in interface net.jini.lookup.DiscoveryAdmin
Get the list of groups that the lookup service is a member of.
getModel() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the model field in the ServiceInfo object linked to by this JavaBeans component.
getName() - Method in class net.jini.lookup.entry.NameBean
Return the value of the name field in the object linked to by this JavaBeans component.
getName() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the name field in the ServiceInfo object linked to by this JavaBeans component.
getOrganization() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the organization field in the Address object linked to by this JavaBeans component.
getOrganizationalUnit() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the organizationalUnit field in the Address object linked to by this JavaBeans component.
getPort() - Method in class net.jini.discovery.IncomingMulticastRequest
Return the number of the port to connect to on the remote host in order to start unicast discovery.
getPostalCode() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the postalCode field in the Address object linked to by this JavaBeans component.
getRegistrar() - Method in class net.jini.discovery.IncomingUnicastResponse
Return the lookup service registrar we have discovered.
getRegistrars() - Method in class net.jini.discovery.DiscoveryEvent
Return the set of registrars to which this event applies.
getRequestAddress() - Static method in class net.jini.discovery.Constants
Return the address of the multicast group over which the multicast request protocol takes place.
getRoom() - Method in class net.jini.lookup.entry.LocationBean
Return the value of the room field in the Location object linked to by this JavaBeans component.
getSerialNumber() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the serialNumber field in the ServiceInfo object linked to by this JavaBeans component.
getServiceID() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
Return the ServiceID of the announcing lookup service.
getServiceIDs() - Method in class net.jini.discovery.IncomingMulticastRequest
Return a set of ServiceIDs from which the requestor has already heard.
getSeverity() - Method in class net.jini.lookup.entry.StatusBean
Get the value of the severity field of the Status object to which this JavaBeans component is linked.
getShortDescription() - Method in class net.jini.lookup.entry.ServiceType
Return a localized short description of this service.
getStateOrProvince() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the stateOrProvince field in the Address object linked to by this JavaBeans component.
getStreet() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the street field in the Address object linked to by this JavaBeans component.
getUnicastPort() - Method in interface net.jini.lookup.DiscoveryAdmin
Get the port number on which the lookup service listens for unicast discovery queries.
getVendor() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the vendor field in the ServiceInfo object linked to by this JavaBeans component.
getVersion() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the version field in the ServiceInfo object linked to by this JavaBeans component.
groups - Variable in class net.jini.discovery.IncomingUnicastResponse
The groups the lookup service was a member of, at the time discovery was performed.
groups - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
The groups of which the announcing lookup service is a member.
groups - Variable in class net.jini.discovery.IncomingMulticastRequest
The groups in which the requestor is interested.

H

hashCode() - Method in class net.jini.discovery.DiscoveryPermission
 
hashCode() - Method in class net.jini.discovery.IncomingUnicastResponse
 
hashCode() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
 
hashCode() - Method in class net.jini.discovery.IncomingMulticastRequest
 
hashCode() - Method in class net.jini.entry.AbstractEntry
Returns a hash code.
hashCode(Entry) - Static method in class net.jini.entry.AbstractEntry
Returns a hash code.

I

implies(Permission) - Method in class net.jini.discovery.DiscoveryPermission
Returns true if the name of this permission (the one on which the method is invoked) is the same as the name of the permission parameter, or if the name of this permission starts with '*' and the remainder (after the '*') is a suffix of the name of the permission parameter.
IncomingMulticastAnnouncement - class net.jini.discovery.IncomingMulticastAnnouncement.
Encapsulate the details of unmarshaling an incoming multicast announcement packet.
IncomingMulticastAnnouncement(DatagramPacket) - Constructor for class net.jini.discovery.IncomingMulticastAnnouncement
Construct a new object, initialized by unmarshaling the contents of a multicast announcement packet.
IncomingMulticastRequest - class net.jini.discovery.IncomingMulticastRequest.
Encapsulate the details of unmarshaling an incoming multicast request packet.
IncomingMulticastRequest(DatagramPacket) - Constructor for class net.jini.discovery.IncomingMulticastRequest
Construct a new object, initialized from the contents of the given multicast request packet.
IncomingUnicastRequest - class net.jini.discovery.IncomingUnicastRequest.
Encapsulate the details of unmarshaling an incoming unicast request.
IncomingUnicastRequest(InputStream) - Constructor for class net.jini.discovery.IncomingUnicastRequest
Construct a new object, initialized by unmarshaling the contents of an input stream.
IncomingUnicastResponse - class net.jini.discovery.IncomingUnicastResponse.
This class encapsulates the details of unmarshaling an incoming unicast response.
IncomingUnicastResponse(InputStream) - Constructor for class net.jini.discovery.IncomingUnicastResponse
Construct a new object, initialized by unmarshaling the contents of an input stream.
InternalSpaceException - exception net.jini.space.InternalSpaceException.
This exception denotes a problem with the local implementation of the JavaSpace interface.
InternalSpaceException(String) - Constructor for class net.jini.space.InternalSpaceException
Create an exception, forwarding a string to the superclass constructor.
InternalSpaceException(String, Throwable) - Constructor for class net.jini.space.InternalSpaceException
Create an exception, forwarding a string and exception to the superclass constructor.

J

JavaSpace - interface net.jini.space.JavaSpace.
This interface is implemented by servers that export a JavaSpaces(TM) technology service.
JoinAdmin - interface net.jini.admin.JoinAdmin.
The methods in this interface are used to control a service's participation in the join protocol.

L

locality - Variable in class net.jini.lookup.entry.Address
City or locality name.
Location - class net.jini.lookup.entry.Location.
The location of the physical component of a service.
Location() - Constructor for class net.jini.lookup.entry.Location
Construct an empty instance of this class.
Location(String, String, String) - Constructor for class net.jini.lookup.entry.Location
Construct an instance of this class, with all fields initialized appropriately.
LocationBean - class net.jini.lookup.entry.LocationBean.
A JavaBeans(TM) component that encapsulates a Location object.
LocationBean() - Constructor for class net.jini.lookup.entry.LocationBean
Construct a new JavaBeans component linked to a new empty Location object.
locator - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
The LookupLocator that has been announced.
LookupDiscovery - class net.jini.discovery.LookupDiscovery.
This class allows one to find instances of the lookup service that are nearby on the network, using group names.
LookupDiscovery(String[]) - Constructor for class net.jini.discovery.LookupDiscovery
Construct a new lookup discovery object, set to discover the given set of groups.

M

makeLink(Entry) - Method in class net.jini.lookup.entry.AddressBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.LocationBean
Make a link to an Entry object.
makeLink(Entry) - Method in interface net.jini.lookup.entry.EntryBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.CommentBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.NameBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.StatusBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.ServiceInfoBean
Make a link to an Entry object.
manufacturer - Variable in class net.jini.lookup.entry.ServiceInfo
The name of the manufacturer or author of this service.
marshal(int, String[], ServiceID[]) - Static method in class net.jini.discovery.OutgoingMulticastRequest
Marshal a multicast request into one or more datagram packets.
marshal(OutputStream) - Static method in class net.jini.discovery.OutgoingUnicastRequest
Marshal a unicast request to the given output stream.
marshal(OutputStream, ServiceRegistrar, String[]) - Static method in class net.jini.discovery.OutgoingUnicastResponse
Marshal a unicast response to the given output stream.
marshal(ServiceID, LookupLocator, String[]) - Static method in class net.jini.discovery.OutgoingMulticastAnnouncement
Marshal a multicast announcement into one or more datagram packets.
maxPacketSize - Static variable in class net.jini.discovery.OutgoingMulticastAnnouncement
The maximum size we allow for an outgoing packet.
maxPacketSize - Static variable in class net.jini.discovery.OutgoingMulticastRequest
The maximum size we allow for an outgoing packet.
minMaxPacketSize - Static variable in class net.jini.discovery.OutgoingMulticastAnnouncement
The minimum size we allow for an outgoing packet.
minMaxPacketSize - Static variable in class net.jini.discovery.OutgoingMulticastRequest
The minimum size we allow for an outgoing packet.
model - Variable in class net.jini.lookup.entry.ServiceInfo
The model name or number of this service, if any.
modifyLookupAttributes(Entry[], Entry[]) - Method in interface net.jini.admin.JoinAdmin
Modify the current attribute sets, using the same semantics as ServiceRegistration.modifyAttributes.

N

name - Variable in class net.jini.lookup.entry.Name
The name itself.
name - Variable in class net.jini.lookup.entry.ServiceInfo
The name of the product or package of which this service is an instance.
Name - class net.jini.lookup.entry.Name.
The name of a service as used by users.
Name() - Constructor for class net.jini.lookup.entry.Name
Construct an empty instance of this class.
Name(String) - Constructor for class net.jini.lookup.entry.Name
Construct an instance of this class, with all fields initialized appropriately.
NameBean - class net.jini.lookup.entry.NameBean.
A JavaBeans(TM) component that encapsulates a Name object.
NameBean() - Constructor for class net.jini.lookup.entry.NameBean
Construct a new JavaBeans component, linked to a new empty Name object.
nestedException - Variable in class net.jini.space.InternalSpaceException
The exception (if any) that trigged the internal exception.
net.jini.admin - package net.jini.admin
 
net.jini.discovery - package net.jini.discovery
 
net.jini.entry - package net.jini.entry
 
net.jini.lookup - package net.jini.lookup
 
net.jini.lookup.entry - package net.jini.lookup.entry
 
net.jini.space - package net.jini.space
 
newPermissionCollection() - Method in class net.jini.discovery.DiscoveryPermission
 
NO_GROUPS - Static variable in class net.jini.discovery.LookupDiscovery
Do nothing (halt discovery temporarily).
NO_WAIT - Static variable in interface net.jini.space.JavaSpace
Wait for no time at all.
NORMAL - Static variable in class net.jini.lookup.entry.StatusType
A noteworthy event is occurring during the normal operation of a service.
NOTICE - Static variable in class net.jini.lookup.entry.StatusType
An unusual event is occurring, but the event is not necessarily a problem.
notify(Entry, Transaction, RemoteEventListener, long, MarshalledObject) - Method in interface net.jini.space.JavaSpace
When entries are written that match this template notify the given listener with a RemoteEvent that includes the handback object.

O

organization - Variable in class net.jini.lookup.entry.Address
Name of the company or organization that provides this service.
organizationalUnit - Variable in class net.jini.lookup.entry.Address
The unit within the organization that provides this service.
OutgoingMulticastAnnouncement - class net.jini.discovery.OutgoingMulticastAnnouncement.
Encapsulate the details of marshaling a multicast announcement into one or more packets.
OutgoingMulticastAnnouncement() - Constructor for class net.jini.discovery.OutgoingMulticastAnnouncement
 
OutgoingMulticastRequest - class net.jini.discovery.OutgoingMulticastRequest.
Encapsulate the details of marshaling a multicast request into one or more packets.
OutgoingMulticastRequest() - Constructor for class net.jini.discovery.OutgoingMulticastRequest
 
OutgoingUnicastRequest - class net.jini.discovery.OutgoingUnicastRequest.
Encapsulate the details of marshaling a unicast request.
OutgoingUnicastRequest() - Constructor for class net.jini.discovery.OutgoingUnicastRequest
 
OutgoingUnicastResponse - class net.jini.discovery.OutgoingUnicastResponse.
Encapsulate the details of marshaling a unicast response.
OutgoingUnicastResponse() - Constructor for class net.jini.discovery.OutgoingUnicastResponse
 

P

port - Variable in class net.jini.discovery.IncomingMulticastRequest
The port to which any responses should connect.
postalCode - Variable in class net.jini.lookup.entry.Address
Postal code.
printStackTrace() - Method in class net.jini.space.InternalSpaceException
Print the stack trace of this exception, plus that of the nested exception, if any.
printStackTrace(PrintStream) - Method in class net.jini.space.InternalSpaceException
Print the stack trace of this exception, plus that of the nested exception, if any.
printStackTrace(PrintWriter) - Method in class net.jini.space.InternalSpaceException
Print the stack trace of this exception, plus that of the nested exception, if any.
protocolVersion - Static variable in class net.jini.discovery.OutgoingMulticastAnnouncement
The current version of the multicast announcement protocol.
protocolVersion - Static variable in class net.jini.discovery.OutgoingMulticastRequest
The current version of the multicast announcement protocol.
protoVersion - Variable in class net.jini.discovery.OutgoingUnicastResponse
The current version of the unicast discovery protocol.
protoVersion - Variable in class net.jini.discovery.IncomingUnicastRequest
The current version of the unicast discovery protocol.
protoVersion - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
Current version of the multicast announcement protocol.
protoVersion - Static variable in class net.jini.discovery.OutgoingUnicastRequest
The current version of the unicast discovery protocol.
protoVersion - Variable in class net.jini.discovery.IncomingMulticastRequest
The current version of the multicast request protocol.

R

read(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
Read any matching entry from the space, blocking until one exists.
readIfExists(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
Read any matching entry from the space, returning null if there is currently is none.
registrar - Variable in class net.jini.discovery.IncomingUnicastResponse
The registrar we have discovered.
regs - Variable in class net.jini.discovery.DiscoveryEvent
The registrars with which this event is associated.
removeDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupDiscovery
Indicate that a listener is no longer interested in receiving DiscoveryEvent notifications.
removeGroups(String[]) - Method in class net.jini.discovery.LookupDiscovery
Remove a set of groups from the set to be discovered.
removeLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
Remove groups from the set to join.
removeLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
Remove locators for specific lookup services from the set to join.
removeMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
Remove groups from list that the lookup service is a member of.
room - Variable in class net.jini.lookup.entry.Location
A room or cube number.

S

serialNumber - Variable in class net.jini.lookup.entry.ServiceInfo
The serial number of this instance of the service, if any.
ServiceControlled - interface net.jini.lookup.entry.ServiceControlled.
This interface indicates that an Entry class is created and modified by the service with which it is associated.
serviceID - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
The ServiceID that has been announced.
serviceIDs - Variable in class net.jini.discovery.IncomingMulticastRequest
The ServiceIDs from which the requestor has already heard.
ServiceInfo - class net.jini.lookup.entry.ServiceInfo.
Generic information about a service.
ServiceInfo() - Constructor for class net.jini.lookup.entry.ServiceInfo
Construct an empty instance of this class.
ServiceInfo(String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.ServiceInfo
Construct an instance of this class, with all fields initialized appropriately.
ServiceInfoBean - class net.jini.lookup.entry.ServiceInfoBean.
A JavaBeans(TM) component that encapsulates a ServiceInfo object.
ServiceInfoBean() - Constructor for class net.jini.lookup.entry.ServiceInfoBean
Construct a new JavaBeans component, linked to a new empty ServiceInfo object.
ServiceType - class net.jini.lookup.entry.ServiceType.
Human-oriented information about the "type" of a service.
ServiceType() - Constructor for class net.jini.lookup.entry.ServiceType
Instantiate this class.
setBuilding(String) - Method in class net.jini.lookup.entry.LocationBean
Set the value of the building field in the Location object linked to by this JavaBeans component.
setComment(String) - Method in class net.jini.lookup.entry.CommentBean
Set the value of the comment field in the Comment object linked to by this JavaBeans component.
setCountry(String) - Method in class net.jini.lookup.entry.AddressBean
Set the value of the country field in the Address object linked to by this JavaBeans component.
setFloor(String) - Method in class net.jini.lookup.entry.LocationBean
Set the value of the floor field in the Location object linked to by this JavaBeans component.
setGroups(String[]) - Method in class net.jini.discovery.LookupDiscovery
Change the set of groups to be discovered to correspond to the given set.
setLocality(String) - Method in class net.jini.lookup.entry.AddressBean
Set the value of the locality field in the Address object linked to by this JavaBeans component.
setLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
Replace the list of groups to join with a new list.
setLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
Replace the list of locators of specific lookup services to join with a new list.
setManufacturer(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
Set the value of the manufacturer field in the ServiceInfo object linked to by this JavaBeans component.
setMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
Replace the list of groups to be a member of with a new list.
setModel(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
Set the value of the model field in the ServiceInfo object linked to by this JavaBeans component.
setName(String) - Method in class net.jini.lookup.entry.NameBean
Set the value of the name field in the object linked to by this JavaBeans component.
setName(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
Set the value of the name field in the ServiceInfo object linked to by this JavaBeans component.
setOrganization(String) - Method in class net.jini.lookup.entry.AddressBean
Set the value of the organization field in the Address object linked to by this JavaBeans component.
setOrganizationalUnit(String) - Method in class net.jini.lookup.entry.AddressBean
Set the value of the organizationalUnit field in the Address object linked to by this JavaBeans component.
setPostalCode(String) - Method in class net.jini.lookup.entry.AddressBean
Set the value of the postalCode field in the Address object linked to by this JavaBeans component.
setRoom(String) - Method in class net.jini.lookup.entry.LocationBean
Set the value of the room field in the Location object linked to by this JavaBeans component.
setSerialNumber(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
Set the value of the serialNumber field in the ServiceInfo object linked to by this JavaBeans component.
setSeverity(StatusType) - Method in class net.jini.lookup.entry.StatusBean
Set the value of the severity field of the Status object to which this JavaBeans component is linked.
setStateOrProvince(String) - Method in class net.jini.lookup.entry.AddressBean
Set the value of the stateOrProvince field in the Address object linked to by this JavaBeans component.
setStreet(String) - Method in class net.jini.lookup.entry.AddressBean
Set the value of the street field in the Address object linked to by this JavaBeans component.
setUnicastPort(int) - Method in interface net.jini.lookup.DiscoveryAdmin
Set the port number on which the lookup service listens for unicast discovery queries.
setVendor(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
Set the value of the vendor field in the ServiceInfo object linked to by this JavaBeans component.
setVersion(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
Set the value of the version field in the ServiceInfo object linked to by this JavaBeans component.
severity - Variable in class net.jini.lookup.entry.Status
The severity level of this status object.
snapshot(Entry) - Method in interface net.jini.space.JavaSpace
Return a snapshot of the given entry.
stateOrProvince - Variable in class net.jini.lookup.entry.Address
Full name or standard postal abbreviation of a state or province.
Status - class net.jini.lookup.entry.Status.
The base class from which other status-related entry classes may be derived.
Status() - Constructor for class net.jini.lookup.entry.Status
Construct an empty Status object.
Status(StatusType) - Constructor for class net.jini.lookup.entry.Status
Construct a Status object with the given severity.
StatusBean - class net.jini.lookup.entry.StatusBean.
A JavaBeans(TM) component that encapsulates a Status object.
StatusBean() - Constructor for class net.jini.lookup.entry.StatusBean
Unlike other EntryBean constructors, this one does not establish a link to a new object.
StatusType - class net.jini.lookup.entry.StatusType.
Information pertaining to the severity of a Status object.
street - Variable in class net.jini.lookup.entry.Address
Street address.

T

take(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
Take a matching entry from the space, waiting until one exists.
takeIfExists(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
Take a matching entry from the space, returning null if there is currently is none.
terminate() - Method in class net.jini.discovery.LookupDiscovery
Terminate the discovery process.
toString() - Method in class net.jini.entry.AbstractEntry
Print out the entry as the sum of all its fields
toString(Entry) - Static method in class net.jini.entry.AbstractEntry
Print out the given entry as the sum of all its fields.

V

vendor - Variable in class net.jini.lookup.entry.ServiceInfo
The name of the vendor of this service.
version - Variable in class net.jini.lookup.entry.ServiceInfo
The version of this service.

W

WARNING - Static variable in class net.jini.lookup.entry.StatusType
A problem merits attention, but is not impeding the operation of the service.
write(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
Write a new entry into the space.

A B C D E F G H I J L M N O P R S T V W

Copyright © 1999 Sun Microsystems, Inc. All rights reserved