|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.shibboleth.metadata.StatusMetadata
public class StatusMetadata
A ItemMetadata implementation that carries status information about an Item.
| Field Summary | |
|---|---|
private String |
component
The component that generated this status information. |
private String |
message
The message associated with this status. |
private static long |
serialVersionUID
Serial version UID. |
| Constructor Summary | |
|---|---|
StatusMetadata(String componentId,
String statusMessage)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getComponentId()
Gets the ID of the component that generated the status message. |
String |
getStatusMessage()
Gets the status message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private String component
private String message
| Constructor Detail |
|---|
public StatusMetadata(String componentId,
String statusMessage)
componentId - ID of the component creating the status message, never null or emptystatusMessage - the status message, never null or empty| Method Detail |
|---|
public String getComponentId()
public String getStatusMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||