Uses of Class
context.arch.util.Error

Packages that use Error
context.arch   
context.arch.discoverer   
 

Uses of Error in context.arch
 

Methods in context.arch that return Error
 Error BaseObject.subscribeTo(Handler handler, java.lang.String remoteId, java.lang.String remoteHost, int remotePort, ClientSideSubscriber subscriber)
          This method allows a component to subscribe to changes in other components.
 Error BaseObject.unsubscribeFrom(java.lang.String subscriptionId)
          This method allows a component to unsubscribe from another component.
 Error BaseObject.discovererRegistration()
          This method is used to send the component description to the discoverer.
 Error BaseObject.discovererRegistration(Lease registrationLease)
          This method is used to send the component description to the discoverer.
 Error BaseObject.findDiscoverer()
          This method allows to find a discoverer.
 Error BaseObject.findDiscoverer(boolean registration)
          This method allows to find a discoverer.
 Error BaseObject.findDiscoverer(boolean registration, Lease registrationLease, boolean automaticRenewal)
          This method allows to find a discoverer.
 Error BaseObject.discovererUpdate()
          This method allows to send a message to the discoverer to update its own description stored in the discoverer.
 Error BaseObject.discovererUnregistration()
          This method allows to unregister from the discoverer
 

Uses of Error in context.arch.discoverer
 

Methods in context.arch.discoverer that return Error
 Error DiscovererMediator.add(ComponentDescription comp, Lease lease)
          This method allows to register a ComponentDescription object
 Error DiscovererMediator.updateLease(java.lang.String compId, Lease lease)
          Updates a lease for a registered component
 Error DiscovererMediator.remove(java.lang.Object stringOrInteger)
          Removes a component from the discoverer base
 Error DiscovererMediator.update(ComponentDescription component, Lease lease)
          Update the description of a component and its lease
 Error DiscovererMediator.updateLease(java.lang.Object stringOrInteger, Lease lease)
          Update a registered component lease
 Error DiscovererDescription.setName(DataObject data)
          Set the discoverer name contained in a DataObject
 Error DiscovererDescription.setHostname(DataObject data)
          Set the discoverer hostname contained in a DataObject
 Error DiscovererDescription.setPort(DataObject data)
          Set the discoverer port contained in a DataObject
 Error DiscovererDescription.setDescription(DataObject data)
          Sets the discoverer description contained in a DataObject
 Error ComponentDescription.setConstantAttributes(DataObject data)
          Adds a set of attribute names to the constant attributes.
 Error ComponentDescription.setNonConstantAttributes(DataObject data)
          Adds a set of attribute names to the non constant attributes.
 Error ComponentDescription.setInAttributes(DataObject data)
          Adds a set of incoming attribute names to the cincoming attributes.
 Error ComponentDescription.setOutAttributes(DataObject data)
          Adds a set of outgoing attributes to the outgoing attributes.
 Error ComponentDescription.setServerConstantAttributes(DataObject data)
          Adds a set of server constant attributes to the server attributes.
 Error ComponentDescription.setServerNonConstantAttributes(DataObject data)
          Adds a set of server non constant attributes to the server attributes.
 Error ComponentDescription.setSubscribers(DataObject data)
          Adds a set of subscriber names to thesubscriber attributes.
 Error ComponentDescription.setServerServices(DataObject data)
          Adds a set of server service names.
 Error ComponentDescription.setWidgetCallbacks(DataObject data)
          Adds a set of widget callback names to the callback.
 Error ComponentDescription.setWidgetServices(DataObject data)
          Adds a set of service names.
 Error ComponentDescription.setServerCallbacks(DataObject data)
          Adds a set of server callback names.
 Error ComponentDescription.setId(DataObject data)
          Sets the id.
 Error ComponentDescription.setClassname(DataObject data)
          Sets the classname.
 Error ComponentDescription.setType(DataObject data)
          Sets the component type.
 Error ComponentDescription.setHostname(DataObject data)
          Sets the component hostname.
 Error ComponentDescription.setHostaddress(DataObject data)
          Sets the component hostaddress.
 Error ComponentDescription.setPort(DataObject data)
          Sets the component port.
 Error ComponentDescription.setLocation(DataObject data)
          Sets the component location.
 Error ComponentDescription.setVersion(DataObject data)
          Sets the component version.
 Error ComponentDescription.updateDescription(DataObject data)
          This method allows to get the modified descriptions fields and update the component Fields that can be modified : the non constant attributes (widget, server) and the subscribers, It gets a NON_CONSTANT_ATTRIBUTE_NAME_VALUES The default update type is the add type (Discoverer.UPDATE_ADD_TYPE)
 Error ComponentDescription.updateDescription(DataObject data, java.lang.String updateType)
          This method allows to get the modified descriptions fields and update the component Fields that can be modified : the non constant attributes (widget, server) and the subscribers, It gets a NON_CONSTANT_ATTRIBUTE_NAME_VALUES