Uses of Class
net.jini.id.Uuid
Packages that use Uuid
Package
Description
Provides GigaSpaces events related interfaces.
Provides Space properties and security context services
Provides GigaSpaces administration services
Provides GigaSpaces client interface services
This is a utility for services implementing leases.
Provides implementations of the
TransactionManager service.
Provides implementations of
ServiceRegistrar.A Service Grid based processing unit container.
-
Uses of Uuid in com.gigaspaces.client.transaction.local
Methods in com.gigaspaces.client.transaction.local that return UuidModifier and TypeMethodDescriptionLocalTransactionManagerImpl.getTransactionManagerId()Deprecated. -
Uses of Uuid in com.gigaspaces.events
Methods in com.gigaspaces.events that return UuidMethods in com.gigaspaces.events that return types with arguments of type UuidConstructors in com.gigaspaces.events with parameters of type UuidModifierConstructorDescriptionGSEventRegistration(long eventID, Object source, Lease lease, long seqNum, String templateID, Uuid spaceUID) -
Uses of Uuid in com.gigaspaces.events.fifo
Method parameters in com.gigaspaces.events.fifo with type arguments of type UuidModifier and TypeMethodDescriptionvoidBlockedOrderedQueue.setInitialSeqNumbers(Map<Uuid, Long> initialSeqNumbers) -
Uses of Uuid in com.gigaspaces.internal.client.cache
Methods in com.gigaspaces.internal.client.cache that return Uuid -
Uses of Uuid in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return Uuid -
Uses of Uuid in com.gigaspaces.internal.cluster.node.impl.gateway.lus
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.lus that return UuidModifier and TypeMethodDescriptionLusExportedReplicationComponent.getMyUuid()IReplicationConnectionProxyService.getServiceId()IReplicationLookupResult.getServiceId()Methods in com.gigaspaces.internal.cluster.node.impl.gateway.lus with parameters of type UuidModifier and TypeMethodDescriptionvoidIReplicationLookupRegistrationService.registerConnectionProxy(IReplicationLookupParameters registerationLookupParameters, IReplicationConnectionProxy connectionProxy, IReplicationLookupRegistrationListener registrationListener, Uuid serviceUuid) Starts registration process of the specified replication connection proxy, The listener can be provided to be notified once registration is successful.voidReplicationLookupRegistrationService.registerConnectionProxy(IReplicationLookupParameters lookupParameters, IReplicationConnectionProxy connectionProxy, IReplicationLookupRegistrationListener registrationListener, Uuid serviceUuid) Constructors in com.gigaspaces.internal.cluster.node.impl.gateway.lus with parameters of type UuidModifierConstructorDescriptionReplicationProxyGigaSpacesService(String lookupName, Uuid serviceUuid, IReplicationConnectionProxy proxy, IServiceExporter serviceExporter) -
Uses of Uuid in com.gigaspaces.internal.cluster.node.impl.gateway.router
Constructors in com.gigaspaces.internal.cluster.node.impl.gateway.router with parameters of type UuidModifierConstructorDescriptionBuilder(String myLookupName, IConnectionMonitor<Iterable<IReplicationLookupParameters>, String> connectionMonitor, IServiceExporter serviceExporter, Uuid uuid, IAsyncContextProvider asyncContextProvider, IReplicationLookupFinderService lookupService, IReplicationLookupParameters lookupParametersTemplate, IRoutingUrlConverter routingUrlConverter, boolean setMyIdBeforeDispatch) LusReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<Iterable<IReplicationLookupParameters>, String> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, IAsyncContextProvider asyncContextProvider, IReplicationLookupFinderService replicationLookupService, IReplicationLookupParameters lookupParametersTemplate, IRoutingUrlConverter routingNameConverter, boolean setMyIdBeforeDispatch) -
Uses of Uuid in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.sink that return UuidConstructors in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type UuidModifierConstructorDescriptionBuilder(String myLookupName, IConnectionMonitor<Iterable<IReplicationLookupParameters>, String> connectionMonitor, Uuid uuid, IReplicationLookupFinderService lookupService, IReplicationLookupParameters lookupParametersTemplate, IRoutingUrlConverter routingUrlConverter) LocalClusterReplicationSinkRouter(String myLookupName, Uuid uuid, IConnectionMonitor<Iterable<IReplicationLookupParameters>, String> connectionMonitor, IIncomingReplicationHandler incomingReplicationHandler, IReplicationLookupFinderService replicationLookupService, IReplicationLookupParameters lookupParametersTemplate, IRoutingUrlConverter routingNameConverter) SinkEstablishConnectionResult(IReplicationConnectionProxy connectionProxy, Uuid serviceId) -
Uses of Uuid in com.gigaspaces.internal.cluster.node.impl.router
Methods in com.gigaspaces.internal.cluster.node.impl.router that return UuidModifier and TypeMethodDescriptionAbstractConnectionProxyBasedReplicationRouter.getMyUniqueId()AbstractProxyBasedReplicationMonitoredConnection.getProxyId()Methods in com.gigaspaces.internal.cluster.node.impl.router with parameters of type UuidModifier and TypeMethodDescriptionvoidAbstractProxyBasedReplicationMonitoredConnection.setConnected(IReplicationConnectionProxy proxy, T tag, String endPointLookupName, Uuid proxyId) Constructors in com.gigaspaces.internal.cluster.node.impl.router with parameters of type UuidModifierConstructorDescriptionprotectedAbstractConnectionProxyBasedReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<T, L> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, IAsyncContextProvider asyncContextProvider, boolean setMyIdBeforeDispatch) protectedAbstractConnectionProxyBasedReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<T, L> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, IAsyncContextProvider asyncContextProvider, boolean setMyIdBeforeDispatch, int replicationMonitorThreadPoolSize) AbstractProxyBasedReplicationMonitoredConnection(AbstractConnectionProxyBasedReplicationRouter<T, L> router, String targetLookupName, IReplicationConnectionProxy connectionProxy, T tag, String endpointLookupName, IConnectionMonitor<T, L> monitor, L url, ConnectionState state, Exception disconnectionReason, Uuid proxyId, IAsyncContextProvider asyncContextProvider) MemberProxyBasedReplicationMonitoredConnection(AbstractConnectionProxyBasedReplicationRouter<T, L> router, String targetLookupName, IReplicationConnectionProxy connectionProxy, T tag, String endpointLookupName, IConnectionMonitor<T, L> monitor, L url, ConnectionState state, Exception disconnectionReason, Uuid proxyId, IAsyncContextProvider asyncContextProvider, boolean supportsConnectivityCheckEvents) StubBasedReplicationMonitoredConnection(AbstractConnectionProxyBasedReplicationRouter router, String targetLookupName, IReplicationConnectionProxy connectionProxy, IConnectionMonitor monitor, ConnectionState state, Exception disconnectionReason, Uuid proxyId, IAsyncContextProvider asyncContextProvider) UrlProxyBasedReplicationMonitoredConnection(AbstractConnectionProxyBasedReplicationRouter router, String targetLookupName, IReplicationConnectionProxy connectionProxy, T tag, String endpointLookupName, IConnectionMonitor monitor, L url, ConnectionState state, Exception disconnectionReason, Uuid proxyId, IAsyncContextProvider asyncContextProvider) -
Uses of Uuid in com.gigaspaces.internal.cluster.node.impl.router.spacefinder
Methods in com.gigaspaces.internal.cluster.node.impl.router.spacefinder that return UuidConstructors in com.gigaspaces.internal.cluster.node.impl.router.spacefinder with parameters of type UuidModifierConstructorDescriptionBuilder(String myLookupName, Uuid uuid, ISpaceProxyProvider spaceProxyProvider, ISpaceUrlConverter spaceUrlConverter, IConnectionMonitor connectionMonitor, IServiceExporter serviceExporter) Builder(String myLookupName, Uuid uuid, ISpaceProxyProvider spaceProxyProvider, ISpaceUrlConverter spaceUrlConverter, IConnectionMonitor connectionMonitor, IServiceExporter serviceExporter, int connectionMonitorThreadPoolSize) SpaceProxyReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<IRemoteSpace, SpaceURL> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, ISpaceProxyProvider spaceProxyProvider, ISpaceUrlConverter spaceUrlConverter) SpaceProxyReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<IRemoteSpace, SpaceURL> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, ISpaceProxyProvider spaceProxyProvider, ISpaceUrlConverter spaceUrlConverter, int replicationMonitorThreadPoolSize) -
Uses of Uuid in com.gigaspaces.internal.events.durable
Methods in com.gigaspaces.internal.events.durable that return Uuid -
Uses of Uuid in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that return Uuid -
Uses of Uuid in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return UuidModifier and TypeMethodDescriptionIRemoteSpace.getSpaceUuid()returns the universal unique identifier of the remote spaceSpaceImpl.getSpaceUuid() -
Uses of Uuid in com.gigaspaces.internal.service
Methods in com.gigaspaces.internal.service that return UuidConstructors in com.gigaspaces.internal.service with parameters of type UuidModifierConstructorDescriptionprotectedAbstractGigaSpacesService(LifeCycle lifeCycle, Uuid serviceUuid) -
Uses of Uuid in com.gigaspaces.internal.space.responses
Fields in com.gigaspaces.internal.space.responses declared as Uuid -
Uses of Uuid in com.gigaspaces.internal.sync.mirror
Constructors in com.gigaspaces.internal.sync.mirror with parameters of type UuidModifierConstructorDescriptionMirrorService(String name, Uuid uuid, MirrorConfig mirrorConfig, SpaceSynchronizationEndpoint syncEndpoint, Class<?> dataClass, SpaceTypeManager typeManager, MetricRegistrator metricRegister) -
Uses of Uuid in com.gigaspaces.internal.transaction
Methods in com.gigaspaces.internal.transaction that return UuidModifier and TypeMethodDescriptionAbstractTransactionUniqueId.getTransactionManagerId()DummyTransactionManager.getTransactionManagerId()Constructors in com.gigaspaces.internal.transaction with parameters of type UuidModifierConstructorDescriptionprotectedAbstractTransactionUniqueId(Uuid transactionManagerId) DefaultTransactionUniqueId(Uuid transactionManagerId, long transactionId) XATransactionUniqueId(Uuid transactionManagerId, Object transactionXid) -
Uses of Uuid in com.gigaspaces.transaction
Methods in com.gigaspaces.transaction that return Uuid -
Uses of Uuid in com.j_spaces.core
Methods in com.j_spaces.core that return UuidModifier and TypeMethodDescriptionIJSpace.getReferentUuid()Returns the uniqueUuidof this space instance. -
Uses of Uuid in com.j_spaces.core.admin
Constructors in com.j_spaces.core.admin with parameters of type Uuid -
Uses of Uuid in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return UuidModifier and TypeMethodDescriptionEntryArrivedRemoteEvent.getSpaceUuid()Returns the unique uid of the space the event originated from.ProxySettings.getUuid()SpaceSettings.getUuid()Methods in com.j_spaces.core.client with parameters of type UuidModifier and TypeMethodDescriptionprotected voidEntryArrivedRemoteEvent.setSpaceProxyUuid(Uuid spaceProxyUuid) Constructors in com.j_spaces.core.client with parameters of type UuidModifierConstructorDescriptionSpaceSettings(String containerName, IJSpaceContainer containerProxy, Uuid uuid, boolean secondary, int serializationType, SpaceConfig spaceConfig, String spaceName, SpaceURL spaceURL, IStubHandler stubHandler, boolean securedService, ITransportConfig exportedTransportConfig, boolean cleanUnusedEmbeddedGlobalXtns) -
Uses of Uuid in com.j_spaces.core.service
Fields in com.j_spaces.core.service declared as UuidMethods in com.j_spaces.core.service that return UuidMethods in com.j_spaces.core.service with parameters of type UuidModifier and TypeMethodDescriptionstatic ServiceAdminProxyServiceAdminProxy.getInstance(ServiceAdmin adminImpl, Uuid uuid) Returns AdminProxy or ConstrainableAdminProxy instance, depending on whether given server implements RemoteMethodControl.Constructors in com.j_spaces.core.service with parameters of type UuidModifierConstructorDescriptionServiceAdminProxy(ServiceAdmin adminImpl, Uuid uuid) Constructor for use by getInstance(), ConstrainableAdminProxy. -
Uses of Uuid in com.sun.jini.landlord
Methods in com.sun.jini.landlord that return UuidModifier and TypeMethodDescriptionLeasedResource.getCookie()Returns the universally unique identifier associated with this lease.LandlordLease.getReferentUuid()Methods in com.sun.jini.landlord with parameters of type UuidModifier and TypeMethodDescriptionvoidCalled by the lease when itscancelmethod is called.voidCancel the lease that is associated with the given cookie.Called by the lease map when itscancelAllmethod is called.static MapLandlordUtil.cancelAll(LocalLandlord landlord, Uuid[] cookies) Calllandlord.cancel()for each object incookies[], passingcookies[i].Return a newLandlordLeasewith the specified initial expiration and cookie using the inner proxy andUuidthe factory was created with.LeaseFactory.newTransactionLease(Uuid cookie, long expiration) Return a newMahaloTxnLeasewith the specified initial expiration and cookie using the inner proxy andUuidthe factory was created with.longCalled by the lease when itsrenewmethod is called.longRenew the lease that is associated with the given cookie.Called by the lease map when itsrenewAllmethod is called.static Landlord.RenewResultsLandlordUtil.renewAll(LocalLandlord landlord, Uuid[] cookies, long[] durations) Calllandlord.renew()for each object incookie[], passingcookie[i]anddurations[i].Constructors in com.sun.jini.landlord with parameters of type UuidModifierConstructorDescriptionConstrainableLandlordLease(Uuid cookie, Landlord landlord, Uuid landlordUuid, long expiration, MethodConstraints methodConstraints) Create a newConstrainableLandlordLease.LandlordLease(Uuid cookie, Landlord landlord, Uuid landlordUuid, long expiration) Create a newLandlordLease.LandlordProxyVerifier(Landlord landlord, Uuid landlordUuid) Returns a verifier for the proxies defined in the landlord package with the specified server reference and serverUuid.LeaseFactory(Landlord landlord, Uuid landlordUuid) Create a newLeaseFactorythat will createLandlordLeases with the specifiedLandlordand landlordUuid. -
Uses of Uuid in com.sun.jini.mahalo
Fields in com.sun.jini.mahalo declared as UuidMethods in com.sun.jini.mahalo that return UuidModifier and TypeMethodDescriptionTxnMgrProxy.getReferentUuid()Returns the universally unique identifier that has been assigned to the resource this proxy represents.TxnManagerImpl.getTransactionManagerId()TxnMgrProxy.getTransactionManagerId()Methods in com.sun.jini.mahalo with parameters of type UuidModifier and TypeMethodDescriptionvoidCalled by a LeaseExpirationMgr when it needs to expire a resource.voidCancels the lease on aTransaction.Bulk cancel of leases onTransactions.static TxnMgrProxyTxnMgrProxy.create(TxnManager txnMgr, TxnManager direct, Uuid id) longRequests the renewal of a lease on aTransaction.Bulk renewal request of leases onTransactions.Constructors in com.sun.jini.mahalo with parameters of type UuidModifierConstructorDescriptionMahaloTxnBasicLease(Uuid cookie, Landlord landlord, Uuid landlordUuid, long expiration) -
Uses of Uuid in com.sun.jini.reggie
Methods in com.sun.jini.reggie that return UuidMethods in com.sun.jini.reggie with parameters of type UuidModifier and TypeMethodDescriptionvoidGigaRegistrar.addAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets) voidRegistrar.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.voidGigaRegistrar.cancelEventLease(long eventID, Uuid leaseID) voidRegistrar.cancelEventLease(long eventID, Uuid leaseID) Cancels an event lease.GigaRegistrar.cancelLeases(Object[] regIDs, Uuid[] leaseIDs) Registrar.cancelLeases(Object[] regIDs, Uuid[] leaseIDs) Cancels service and event leases from a LeaseMap.voidGigaRegistrar.cancelServiceLease(ServiceID serviceID, Uuid leaseID) voidRegistrar.cancelServiceLease(ServiceID serviceID, Uuid leaseID) Cancels a service lease.voidGigaRegistrar.modifyAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSetTmpls, EntryRep[] attrSets) voidRegistrar.modifyAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSetTmpls, EntryRep[] attrSets) Modifies existing attribute sets of a registered service item.longGigaRegistrar.renewEventLease(long eventID, Uuid leaseID, long renewDuration) longRegistrar.renewEventLease(long eventID, Uuid leaseID, long duration) Renews an event lease.GigaRegistrar.renewLeases(Object[] regIDs, Uuid[] leaseIDs, long[] renewDurations) Registrar.renewLeases(Object[] regIDs, Uuid[] leaseIDs, long[] durations) Renews service and event leases from a LeaseMap.longGigaRegistrar.renewServiceLease(ServiceID serviceID, Uuid leaseID, long renewDuration) longRegistrar.renewServiceLease(ServiceID serviceID, Uuid leaseID, long duration) Renews a service lease.voidGigaRegistrar.setAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets) voidRegistrar.setAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets) Deletes all of the service item's existing attributes, and replaces them with the specified attribute sets. -
Uses of Uuid in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server that return Uuid -
Uses of Uuid in net.jini.id
Methods in net.jini.id that return UuidModifier and TypeMethodDescriptionstatic UuidUuidFactory.create(long bits0, long bits1) Creates a newUuidwith the specified 128-bit value.static UuidCreates a newUuidwith the 128-bit value represented by the specified string.static UuidUuidFactory.generate()Generates a newUuidwith 122 bits of its value produced from a cryptographically strong random sequence.ReferentUuid.getReferentUuid()Return theUuidthat has been assigned to the resource this proxy represents.static UuidUuidFactory.read(InputStream in) Creates a newUuidwith the 128-bit value obtained by unmarshalling a binary representation from the suppliedInputStream. -
Uses of Uuid in org.openspaces.pu.container.servicegrid
Constructors in org.openspaces.pu.container.servicegrid with parameters of type UuidModifierConstructorDescriptionprotectedPUServiceBeanProxy(PUServiceBean gsc, Uuid id) Private constructor