orc.runtime.sites.core
Class Datasite

java.lang.Object
  extended by orc.runtime.values.Value
      extended by orc.runtime.sites.Site
          extended by orc.runtime.sites.DotSite
              extended by orc.runtime.sites.core.Datasite
All Implemented Interfaces:
Callable, TraceableValue

public final class Datasite
extends DotSite


Field Summary
 java.lang.String tagName
           
 
Fields inherited from class orc.runtime.values.Value
futureNotReady
 
Constructor Summary
Datasite(java.lang.String tagname)
           
 
Method Summary
protected  void addMembers()
           
 java.lang.Object deconstruct(java.lang.Object arg)
           
protected  void defaultTo(Args args, Token token)
           
 java.lang.String toString()
           
 
Methods inherited from class orc.runtime.sites.DotSite
addMember, callSite, marshal
 
Methods inherited from class orc.runtime.sites.Site
accept, createCall, type
 
Methods inherited from class orc.runtime.values.Value
forceArg, forceCall, signal, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tagName

public java.lang.String tagName
Constructor Detail

Datasite

public Datasite(java.lang.String tagname)
Method Detail

addMembers

protected void addMembers()
Specified by:
addMembers in class DotSite

defaultTo

protected void defaultTo(Args args,
                         Token token)
                  throws TokenException
Overrides:
defaultTo in class DotSite
Throws:
TokenException

deconstruct

public java.lang.Object deconstruct(java.lang.Object arg)
                             throws TokenException
Throws:
TokenException

toString

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