org.apache.jetspeed.cluster
Interface NodeInformation

All Known Implementing Classes:
NodeInformationImpl

public interface NodeInformation

Node Information Interface

Version:
Author:
Hajo Birthelmer

Method Summary
 java.lang.String getContextName()
          Getter for ContextName
 java.lang.Long getId()
          Getter for ObjectID
 java.util.Date getLastDeployDate()
          Getter for Last Deploy Date
 void setContextName(java.lang.String contextName)
          setter for context name
 void setId(long id)
          setter for ObjectID
 void setId(java.lang.Long id)
          setter for ObjectID
 void setId(org.apache.pluto.om.common.ObjectID id)
          setter for ObjectID
 void setLastDeployDate(java.util.Date lastDeployDate)
          setter for last deploy date
 java.lang.String toString()
           
 

Method Detail

getContextName

java.lang.String getContextName()
Getter for ContextName

Returns:

setContextName

void setContextName(java.lang.String contextName)
setter for context name

Parameters:
id -

getId

java.lang.Long getId()
Getter for ObjectID

Returns:

setId

void setId(org.apache.pluto.om.common.ObjectID id)
setter for ObjectID

Parameters:
id -

setId

void setId(java.lang.Long id)
setter for ObjectID

Parameters:
id -

setId

void setId(long id)
setter for ObjectID

Parameters:
id -

getLastDeployDate

java.util.Date getLastDeployDate()
Getter for Last Deploy Date

Returns:

setLastDeployDate

void setLastDeployDate(java.util.Date lastDeployDate)
setter for last deploy date

Parameters:
id -

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.