|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventRegistration | |
---|---|
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
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 Discovery and Join Specification. |
net.jini.lease | Standard service and utility classes for managing leases. |
net.jini.space | JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects. |
Uses of EventRegistration in com.sun.jini.outrigger |
---|
Methods in com.sun.jini.outrigger that return EventRegistration | |
---|---|
EventRegistration |
OutriggerServerImpl.notify(com.sun.jini.outrigger.EntryRep tmpl,
Transaction tr,
RemoteEventListener listener,
long leaseTime,
MarshalledObject handback)
|
EventRegistration |
OutriggerServerImpl.registerForAvailabilityEvent(com.sun.jini.outrigger.EntryRep[] tmpls,
Transaction tr,
boolean visibilityOnly,
RemoteEventListener listener,
long leaseTime,
MarshalledObject handback)
|
Uses of EventRegistration in net.jini.core.lookup |
---|
Methods in net.jini.core.lookup that return EventRegistration | |
---|---|
EventRegistration |
ServiceRegistrar.notify(ServiceTemplate tmpl,
int transitions,
RemoteEventListener listener,
MarshalledObject handback,
long leaseDuration)
Registers for event notification. |
Uses of EventRegistration in net.jini.discovery |
---|
Methods in net.jini.discovery that return EventRegistration | |
---|---|
EventRegistration |
LookupDiscoveryRegistration.getEventRegistration()
Returns an EventRegistration object that encapsulates the information needed by the client to identify a notification sent by the lookup discovery service to the registration's listener. |
Uses of EventRegistration in net.jini.lease |
---|
Methods in net.jini.lease that return EventRegistration | |
---|---|
EventRegistration |
LeaseRenewalSet.setExpirationWarningListener(RemoteEventListener listener,
long minWarning,
MarshalledObject handback)
Register for the expiration warning event associated with this set. |
EventRegistration |
LeaseRenewalSet.setRenewalFailureListener(RemoteEventListener listener,
MarshalledObject handback)
Register for the renewal failure event associated with this set. |
Uses of EventRegistration in net.jini.space |
---|
Methods in net.jini.space that return EventRegistration | |
---|---|
EventRegistration |
JavaSpace.notify(Entry tmpl,
Transaction txn,
RemoteEventListener listener,
long lease,
MarshalledObject handback)
When entries are written that match this template notify the given listener with a RemoteEvent that
includes the handback object. |
EventRegistration |
JavaSpace05.registerForAvailabilityEvent(Collection tmpls,
Transaction txn,
boolean visibilityOnly,
RemoteEventListener listener,
long leaseDuration,
MarshalledObject handback)
Register for events triggered when a matching Entry
transitions from unavailable to available. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |