GigaSpaces XAP 8.0 API

Uses of Class
net.jini.core.lookup.ServiceID

Packages that use ServiceID
com.sun.jini.config Defines convenience classes for writing configuration files and accessing Configuration entries. 
com.sun.jini.discovery Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols. 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
net.jini.core.lookup These are the lookup service interfaces and classes. 
net.jini.discovery These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini(TM) Discovery and Join Specification
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.space This package is responsible for simplifying the creation of IJSpace implementation. 
org.openspaces.pu.container.jee.lb.apache   
org.openspaces.pu.container.servicegrid A Service Grid based processing unit container. 
 

Uses of ServiceID in com.sun.jini.config
 

Methods in com.sun.jini.config that return ServiceID
static ServiceID ConfigUtil.createServiceID(String s)
          Returns a ServiceID constructed from a 128-bit value represented by a string.
 

Uses of ServiceID in com.sun.jini.discovery
 

Fields in com.sun.jini.discovery declared as ServiceID
protected  ServiceID MulticastAnnouncement.serviceID
          The lookup service ID.
protected  ServiceID[] MulticastRequest.serviceIDs
          The IDs of known lookup services.
 

Methods in com.sun.jini.discovery that return ServiceID
 ServiceID MulticastAnnouncement.getServiceID()
          Returns the service ID of the lookup service.
 ServiceID[] MulticastRequest.getServiceIDs()
          Returns the service IDs of known lookup services.
 

Constructors in com.sun.jini.discovery with parameters of type ServiceID
MulticastAnnouncement(long sequenceNumber, String host, int port, String[] groups, ServiceID serviceID)
          Creates a new MulticastAnnouncement instance containing the given values.
MulticastRequest(String host, int port, String[] groups, ServiceID[] serviceIDs)
          Creates a new MulticastRequest instance containing the given values.
 

Uses of ServiceID in com.sun.jini.reggie
 

Fields in com.sun.jini.reggie declared as ServiceID
 ServiceID Item.serviceID
          ServiceItem.serviceID.
 ServiceID Template.serviceID
          ServiceTemplate.serviceID
protected  ServiceID RegistrarEvent.servID
          The service ID of the item that triggered the event.
 

Methods in com.sun.jini.reggie that return ServiceID
 ServiceID RegistrarEvent.getServiceID()
           
 

Methods in com.sun.jini.reggie with parameters of type ServiceID
 void GigaRegistrar.addAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets)
           
 void Registrar.addAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets)
          Adds the specified attribute sets (those that aren't duplicates of existing attribute sets) to the registered service item.
 void GigaRegistrar.cancelServiceLease(ServiceID serviceID, Uuid leaseID)
           
 void Registrar.cancelServiceLease(ServiceID serviceID, Uuid leaseID)
          Cancels a service lease.
 void GigaRegistrar.modifyAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSetTmpls, EntryRep[] attrSets)
           
 void Registrar.modifyAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSetTmpls, EntryRep[] attrSets)
          Modifies existing attribute sets of a registered service item.
 long GigaRegistrar.renewServiceLease(ServiceID serviceID, Uuid leaseID, long renewDuration)
           
 long Registrar.renewServiceLease(ServiceID serviceID, Uuid leaseID, long duration)
          Renews a service lease.
 ServiceDetails GigaRegistrar.serviceDetails(ServiceID serviceID)
           
 ServiceDetails Registrar.serviceDetails(ServiceID serviceID)
          Returns the service details of the service id.
 void GigaRegistrar.setAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets)
           
 void Registrar.setAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets)
          Deletes all of the service item's existing attributes, and replaces them with the specified attribute sets.
 

Constructors in com.sun.jini.reggie with parameters of type ServiceID
RegistrarEvent(Object source, long eventID, long seqNo, MarshalledObject handback, ServiceID serviceID, int transition, Item item)
          Simple constructor.
 

Uses of ServiceID in net.jini.core.lookup
 

Fields in net.jini.core.lookup declared as ServiceID
protected  ServiceID ServiceEvent.serviceID
          ServiceID of the item that triggered the event.
 ServiceID ServiceItem.serviceID
          A service ID, or null if registering for the first time.
 ServiceID ServiceTemplate.serviceID
          Service ID to match, or null.
 

Methods in net.jini.core.lookup that return ServiceID
 ServiceID ServiceDetails.getLusId()
           
 ServiceID ServiceEvent.getServiceID()
          Returns the serviceID of the item that triggered the event.
 ServiceID ServiceRegistrar.getServiceID()
          Returns the service ID of the lookup service.
 ServiceID ServiceRegistration.getServiceID()
          Returns the service ID for this service.
 

Methods in net.jini.core.lookup with parameters of type ServiceID
 ServiceDetails ServiceRegistrar.serviceDetails(ServiceID serviceID)
           
 

Constructors in net.jini.core.lookup with parameters of type ServiceID
ServiceDetails(ServiceID lusId, boolean exists, long registrationTime)
           
ServiceEvent(Object source, long eventID, long seqNo, MarshalledObject handback, ServiceID serviceID, int transition)
          Simple constructor.
ServiceItem(ServiceID serviceID, Object service, Entry[] attrSets)
          Simple constructor.
ServiceTemplate(ServiceID serviceID, Class[] serviceTypes, Entry[] attrSetTemplates)
          Simple constructor.
 

Uses of ServiceID in net.jini.discovery
 

Fields in net.jini.discovery declared as ServiceID
protected  ServiceID IncomingMulticastAnnouncement.serviceID
          The ServiceID that has been announced.
protected  ServiceID[] IncomingMulticastRequest.serviceIDs
          The ServiceIDs from which the requestor has already heard.
 

Methods in net.jini.discovery that return ServiceID
 ServiceID IncomingMulticastAnnouncement.getServiceID()
          Return the ServiceID of the announcing lookup service.
 ServiceID[] IncomingMulticastRequest.getServiceIDs()
          Return a set of ServiceIDs from which the requestor has already heard.
 

Methods in net.jini.discovery with parameters of type ServiceID
static DatagramPacket[] OutgoingMulticastRequest.marshal(int responsePort, String[] groups, ServiceID[] heard)
          Using the default maximum packet size, marshal a multicast request into one or more datagram packets.
static DatagramPacket[] OutgoingMulticastRequest.marshal(int responsePort, String[] groups, ServiceID[] heard, int maxPacketSize)
          Using the given maximum packet size, marshal a multicast request into one or more datagram packets.
static DatagramPacket[] OutgoingMulticastAnnouncement.marshal(ServiceID id, LookupLocator loc, String[] groups)
          Marshal a multicast announcement into one or more datagram packets.
 

Uses of ServiceID in net.jini.lookup
 

Methods in net.jini.lookup with parameters of type ServiceID
 ServiceDetails[] ServiceDiscoveryManager.serviceDetails(ServiceID serviceID)
           
 void ServiceIDListener.serviceIDNotify(ServiceID serviceID)
          Called when the JoinManager gets a valid ServiceID from a lookup service.
 

Constructors in net.jini.lookup with parameters of type ServiceID
JoinManager(Object serviceProxy, Entry[] attrSets, ServiceID serviceID, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr)
          Constructs an instance of this class that will register the service with all discovered lookup services, using the supplied ServiceID.
JoinManager(Object serviceProxy, Entry[] attrSets, ServiceID serviceID, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config)
          Constructs an instance of this class, configured using the items retrieved through the given Configuration, that will register the service with all discovered lookup services, using the supplied ServiceID.
 

Uses of ServiceID in org.openspaces.core.space
 

Methods in org.openspaces.core.space that return ServiceID
 ServiceID SpaceServiceDetails.getServiceID()
           
 

Uses of ServiceID in org.openspaces.pu.container.jee.lb.apache
 

Methods in org.openspaces.pu.container.jee.lb.apache that return ServiceID
 ServiceID LoadBalancerNodeInfo.getServiceID()
           
 

Constructors in org.openspaces.pu.container.jee.lb.apache with parameters of type ServiceID
LoadBalancerNodeInfo(ServiceID serviceID, ClusterInfo clusterInfo, JeeServiceDetails serviceDetails)
           
 

Uses of ServiceID in org.openspaces.pu.container.servicegrid
 

Methods in org.openspaces.pu.container.servicegrid that return ServiceID
 ServiceID PUDetails.getGscServiceID()
           
 

Methods in org.openspaces.pu.container.servicegrid with parameters of type ServiceID
 IJSpace PUServiceBeanProxy.getSpaceDirect(ServiceID serviceID)
           
 IJSpace PUServiceBeanImpl.getSpaceDirect(ServiceID serviceID)
           
 IJSpace PUServiceBean.getSpaceDirect(ServiceID serviceID)
           
 com.j_spaces.core.admin.RuntimeHolder PUServiceBeanProxy.getSpaceRuntimeHolder(ServiceID serviceID)
           
 com.j_spaces.core.admin.RuntimeHolder PUServiceBeanImpl.getSpaceRuntimeHolder(ServiceID serviceID)
           
 com.j_spaces.core.admin.RuntimeHolder PUServiceBean.getSpaceRuntimeHolder(ServiceID serviceID)
           
 com.j_spaces.core.filters.StatisticsHolder PUServiceBeanProxy.getSpaceStatisticsHolder(ServiceID serviceID)
           
 com.j_spaces.core.filters.StatisticsHolder PUServiceBeanImpl.getSpaceStatisticsHolder(ServiceID serviceID)
           
 com.j_spaces.core.filters.StatisticsHolder PUServiceBean.getSpaceStatisticsHolder(ServiceID serviceID)
           
 

Constructors in org.openspaces.pu.container.servicegrid with parameters of type ServiceID
PUDetails(ServiceID gscServiceID, ClusterInfo clusterInfo, BeanLevelProperties beanLevelProperties, Object[] details)
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.