All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.UnknownTarget

java.lang.Object
   |
   +----ncsa.habanero.UnknownTarget

public class UnknownTarget
extends Object
implements Specifiable
This class is a placeholder for the server. If it cannot identify a target from the stream, it puts the String identifying it here.


Constructor Index

 o UnknownTarget(Specifier)
Construct the object with the String it is representing.

Method Index

 o getReplacement()
 o getSharable()
 o getSpecifier()
 o MakeSpecifier(ObjectOutput)
Make a specifier from the String and write it to the stream.
 o MakeSpecifier(ObjectOutput, ModelObject)
Make a specifier from the String and write it to the stream.
 o toString()

Constructors

 o UnknownTarget
 public UnknownTarget(Specifier s)
Construct the object with the String it is representing.

Methods

 o getReplacement
 public Object getReplacement()
 o MakeSpecifier
 public void MakeSpecifier(ObjectOutput out)
Make a specifier from the String and write it to the stream.

 o MakeSpecifier
 public void MakeSpecifier(ObjectOutput out,
                           ModelObject topModel)
Make a specifier from the String and write it to the stream.

 o getSpecifier
 public Specifier getSpecifier()
Returns:
the specifier
 o getSharable
 public Sharable getSharable()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index