org.figure8.join.services.remoting.beans
Class RemoteStatus

java.lang.Object
  extended by org.figure8.join.services.remoting.beans.RemoteStatus
All Implemented Interfaces:
java.io.Serializable

public class RemoteStatus
extends java.lang.Object
implements java.io.Serializable

RemoteStatus is a thin bean providing a remote view of a Status of the integration process managed by Join. This view only provides gettter methods.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
Status, Serialized Form

Constructor Summary
RemoteStatus(java.lang.String key, java.lang.String label, java.lang.String type)
          Creates a new instance of RemoteStatus
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getLabel()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteStatus

public RemoteStatus(java.lang.String key,
                    java.lang.String label,
                    java.lang.String type)
Creates a new instance of RemoteStatus

Parameters:
key - The unique key idenitifying status
label - The display label of status
type - The process type to whom status applies
Method Detail

getKey

public java.lang.String getKey()
Returns:
This status unique key identifier

getLabel

public java.lang.String getLabel()
Returns:
This status label for display

getType

public java.lang.String getType()
Returns:
The type of process this status applies to


Copyright © 2005-2008 Join. All Rights Reserved.