jreceiver.common.rec
Interface Hashable

All Known Subinterfaces:
Album, Artist, Command, Comment, Composer, Device, DeviceBinding, DeviceStatus, Driver, DriverBinding, DriverCommand, Dsetting, DsettingBool, DsettingInt, DsettingList, DsettingStr, DsettingUrl, Filterable, Folder, Genre, Handler, Key, Menu, Method, Mexternal, Mfile, Playlist, Rec, Role, RoleAuth, Root, Signal, Site, Source, SourceFolder, SourceList, Transcoder, Tune, TuneQuery, User

public interface Hashable

An interface to be implemented by all objects transportable over XML-RPC by being hashed into the limited set of datatypes allowed by that protocol.


Method Summary
 java.util.Hashtable toHash()
          Store the object as a hash suitable for transport over an XML-RPC connection or similar.
 java.lang.String toString()
          Returns a string representation of the object.
 

Method Detail

toHash

public java.util.Hashtable toHash()
Store the object as a hash suitable for transport over an XML-RPC connection or similar.

Use ctor(Hashtable) to transform the data back into an object of this type.

Returns:
 

toString

public java.lang.String toString()
Returns a string representation of the object.
Overrides:
toString in class java.lang.Object


Copyright © 2001-2002 Reed Esau, All Rights Reserved.