Repository
Class RepoQueryIF.UrlStatus

java.lang.Object
  extended byRepository.RepoQueryIF.UrlStatus
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RepoQueryIF

public static class RepoQueryIF.UrlStatus
extends java.lang.Object
implements java.io.Serializable

Class wrapping the url and deployment status of a subscriber. Implements Serializable because HTTPDeployer and HTTPDeploy.

See Also:
Serialized Form

Field Summary
 int code
          Either OK or NOTDEPLOYED or NOTUNDEPLOYED or ARCHPB or PBPB
 java.lang.String msg
          Deployment message of the subscriber
 java.lang.String url
          Subscriber URL
 
Constructor Summary
RepoQueryIF.UrlStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public java.lang.String url
Subscriber URL


code

public int code
Either OK or NOTDEPLOYED or NOTUNDEPLOYED or ARCHPB or PBPB


msg

public java.lang.String msg
Deployment message of the subscriber

Constructor Detail

RepoQueryIF.UrlStatus

public RepoQueryIF.UrlStatus()