Uses of Class
com.sun.jini.reggie.RegistrarImpl

Packages that use RegistrarImpl
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of RegistrarImpl in com.sun.jini.reggie
 

Subclasses of RegistrarImpl in com.sun.jini.reggie
 class PersistentRegistrarImpl
          Class for starting activatable and non-activatable persistent lookup services.
 class TransientRegistrarImpl
          Class for starting transient lookup services.
 

Methods in com.sun.jini.reggie with parameters of type RegistrarImpl
 void RegistrarImpl.LogRecord.apply(RegistrarImpl regImpl)
           
 void RegistrarImpl.SvcRegisteredLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by registering the service stored in the reg object.
 void RegistrarImpl.AttrsAddedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by adding to all of the services matching the template, the attributes stored in attributeSets.
 void RegistrarImpl.AttrsModifiedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by modifying the attributes of the services that match the template with the attributes stored in attributeSets.
 void RegistrarImpl.AttrsSetLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by replacing the attributes of the services matching the template with the attributes stored in attributeSets.
 void RegistrarImpl.EventRegisteredLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by registering the event stored in the eventReg object; and by updating both the event sequence number and the event ID.
 void RegistrarImpl.ServiceLeaseCancelledLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by cancelling the lease having ID equal to the contents of the leaseID field; and corresponding to the service with ID equal to the contents of the serviceID field.
 void RegistrarImpl.ServiceLeaseRenewedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by renewing the lease having ID equal to the contents of the leaseID field; and corresponding to the service with ID equal to the contents of the serviceID field.
 void RegistrarImpl.EventLeaseCancelledLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by cancelling the lease corresponding to the event with ID equal to the contents of the eventID field.
 void RegistrarImpl.EventLeaseRenewedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by renewing the lease corresponding to the event with ID equal to the contents of the eventID field.
 void RegistrarImpl.LeasesRenewedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by renewing the specified leases.
 void RegistrarImpl.LeasesCancelledLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by cancelling the specified leases.
 void RegistrarImpl.UnicastPortSetLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by setting the value of the private unicastPort field to the value of the newPort field.
 void RegistrarImpl.LookupGroupsChangedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by setting the private field lookupGroups to the reference to the groups field.
 void RegistrarImpl.LookupLocatorsChangedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by setting the private field lookupLocators to the reference to the locators field.
 void RegistrarImpl.MemberGroupsChangedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by setting the private memberGroups field to the reference to the groups field.
 void RegistrarImpl.LookupAttributesChangedLogObj.apply(RegistrarImpl regImpl)
          Modifies the state of the Registrar by setting the private field lookupAttrs to the reference to the attrs field.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.