org.globus.cog.gridface.impl
Class GridFaceImpl

java.lang.Object
  extended byorg.globus.cog.gridface.impl.GridFaceImpl
All Implemented Interfaces:
GridFace

public class GridFaceImpl
extends Object
implements GridFace


Constructor Summary
GridFaceImpl()
           
 
Method Summary
 Date lastUpdateTime()
          lastUpdateTime
 void register(GridFace connection)
          register
 void setLabel(String label)
          setLabel
 void setName(String name)
          setName
 void update()
          update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFaceImpl

public GridFaceImpl()
Method Detail

lastUpdateTime

public Date lastUpdateTime()
lastUpdateTime

Specified by:
lastUpdateTime in interface GridFace
Returns:
Date

register

public void register(GridFace connection)
register

Specified by:
register in interface GridFace
Parameters:
connection - GridFace

setLabel

public void setLabel(String label)
setLabel

Specified by:
setLabel in interface GridFace
Parameters:
label - String

setName

public void setName(String name)
setName

Specified by:
setName in interface GridFace
Parameters:
name - String

update

public void update()
update

Specified by:
update in interface GridFace