TrueUpdate Manager Specification 0.1.6

Uses of Class
net.java.trueupdate.manager.spec.UpdateMessage

Uses of UpdateMessage in net.java.trueupdate.manager.spec
 

Methods in net.java.trueupdate.manager.spec that return UpdateMessage
 UpdateMessage UpdateMessage.artifactDescriptor(ArtifactDescriptor artifactDescriptor)
          Returns an update message with the given artifact descriptor.
 UpdateMessage UpdateMessage.Builder.build()
           
 UpdateMessage UpdateMessage.currentLocation(URI currentLocation)
          Returns an update message with the given current location.
 UpdateMessage UpdateMessage.failureResponse(Exception ex)
          Returns a failure response for this update message with the string representation of the given exception as the status, swapped from/to URIs and an updated time stamp.
 UpdateMessage UpdateMessage.from(URI from)
          Returns an update message with the given update message sender.
 UpdateMessage UpdateMessage.status(String status)
          Returns an update message with the given status text.
 UpdateMessage UpdateMessage.successResponse()
          Returns a success response for this update message with an empty status, swapped from/to URIs and an updated time stamp.
 UpdateMessage UpdateMessage.timestamp(long timestamp)
          Returns an update message with the given update message timestamp.
 UpdateMessage UpdateMessage.to(URI to)
          Returns an update message with the given update message recipient.
 UpdateMessage UpdateMessage.type(UpdateMessage.Type type)
          Returns an update message with the given update message type.
 UpdateMessage UpdateMessage.updateLocation(URI newLocation)
          Returns an update message with the given update location.
 UpdateMessage UpdateMessage.updateVersion(String updateVersion)
          Returns an update message with the given update version.
 

Methods in net.java.trueupdate.manager.spec with parameters of type UpdateMessage
 boolean UpdateMessageFilter.accept(UpdateMessage message)
          Returns true if and only if this filter accepts the given message.
protected  void UpdateMessageListener.onInstallationFailureResponse(UpdateMessage message)
           
protected  void UpdateMessageListener.onInstallationRequest(UpdateMessage message)
           
protected  void UpdateMessageListener.onInstallationSuccessResponse(UpdateMessage message)
           
protected  void UpdateMessageListener.onSubscriptionFailureResponse(UpdateMessage message)
           
protected  void UpdateMessageListener.onSubscriptionNotice(UpdateMessage message)
           
protected  void UpdateMessageListener.onSubscriptionRequest(UpdateMessage message)
           
protected  void UpdateMessageListener.onSubscriptionSuccessResponse(UpdateMessage message)
           
protected  void UpdateMessageListener.onUnsubscriptionFailureResponse(UpdateMessage message)
           
protected  void UpdateMessageListener.onUnsubscriptionNotice(UpdateMessage message)
           
protected  void UpdateMessageListener.onUnsubscriptionRequest(UpdateMessage message)
           
protected  void UpdateMessageListener.onUnsubscriptionSuccessResponse(UpdateMessage message)
           
 void UpdateMessageListener.onUpdateMessage(UpdateMessage message)
          Filters the given update message and dispatches the call to the corresponding visit<Type>(UpdateMessage) method, where <Type> is the UpdateMessage.Type obtained from calling the type() method.
protected  void UpdateMessageListener.onUpdateNotice(UpdateMessage message)
           
 


TrueUpdate Manager Specification 0.1.6

Copyright © 2013 Stimulus Software. All rights reserved.