Uses of Class
com.sun.jini.reggie.EntryRep
Packages that use EntryRep
-
Uses of EntryRep in com.sun.jini.reggie
Fields in com.sun.jini.reggie declared as EntryRepModifier and TypeFieldDescriptionEntryRep[]Item.attributeSetsServiceItem.attributeSets converted to EntryReps.EntryRep[]Template.attributeSetTemplatesServiceTemplate.attributeSetTemplates converted to EntryRepsMethods in com.sun.jini.reggie that return EntryRepModifier and TypeMethodDescriptionstatic EntryRep[]EntryRep.toEntryRep(Entry[] entries, boolean needCodebase) Converts an array of Entry to an array of EntryRep.Methods in com.sun.jini.reggie with parameters of type EntryRepModifier 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.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.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.static Entry[]Converts an array of EntryRep to an array of Entry.