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.
-
UnknownTarget(Specifier)
- Construct the object with the String it is representing.
-
getReplacement()
-
-
getSharable()
-
-
getSpecifier()
-
-
MakeSpecifier(ObjectOutput)
- Make a specifier from the String and write it to the stream.
-
MakeSpecifier(ObjectOutput, ModelObject)
- Make a specifier from the String and write it to the stream.
-
toString()
-
UnknownTarget
public UnknownTarget(Specifier s)
- Construct the object with the String it is representing.
getReplacement
public Object getReplacement()
MakeSpecifier
public void MakeSpecifier(ObjectOutput out)
- Make a specifier from the String and write it to the stream.
MakeSpecifier
public void MakeSpecifier(ObjectOutput out,
ModelObject topModel)
- Make a specifier from the String and write it to the stream.
getSpecifier
public Specifier getSpecifier()
- Returns:
- the specifier
getSharable
public Sharable getSharable()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index