org.apache.jetspeed.cluster
Interface NodeInformation


public interface NodeInformation

Node Information Interface

Version:
Author:
Hajo Birthelmer

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

Method Detail

getContextName

String getContextName()
Getter for ContextName

Returns:

setContextName

void setContextName(String contextName)
setter for context name

Parameters:
id -

getId

Long getId()
Getter for ObjectID

Returns:

setId

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

Parameters:
id -

setId

void setId(Long id)
setter for ObjectID

Parameters:
id -

setId

void setId(long id)
setter for ObjectID

Parameters:
id -

getLastDeployDate

Date getLastDeployDate()
Getter for Last Deploy Date

Returns:

setLastDeployDate

void setLastDeployDate(Date lastDeployDate)
setter for last deploy date

Parameters:
id -

toString

String toString()
Overrides:
toString in class Object


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