net.shibboleth.metadata
Class InfoStatus

java.lang.Object
  extended by net.shibboleth.metadata.StatusMetadata
      extended by net.shibboleth.metadata.InfoStatus
All Implemented Interfaces:
Serializable, ItemMetadata

public class InfoStatus
extends StatusMetadata

A type of StatusMetadata that carries informational messages. These messages should never be used to carry status messages that would indicate an error or failing of the Item in some way.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version UID.
 
Constructor Summary
InfoStatus(String componentId, String statusMessage)
          Constructor.
 
Method Summary
 
Methods inherited from class net.shibboleth.metadata.StatusMetadata
getComponentId, getStatusMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version UID.

See Also:
Constant Field Values
Constructor Detail

InfoStatus

public InfoStatus(@Nonnull@NotEmpty
                  String componentId,
                  @Nonnull@NotEmpty
                  String statusMessage)
Constructor.

Parameters:
componentId - ID of the component creating the status message, never null or empty
statusMessage - the status message, never null or empty


Copyright © 1999-2012. All Rights Reserved.