All Packages Class Hierarchy This Package Previous Next Index
Class semper.txlayer.extensions.serializable.SerializableItem
java.lang.Object
|
+----semper.txlayer.extensions.serializable.SerializableItem
- public class SerializableItem
- extends Object
- implements Serializable, Transferable, Containable, Describable
A Serializable Item that can be transferred.
-
SerializableItem(Serializable)
- Constructor
-
getDescription()
- Get a description of ourselves.
-
getTransferTransaction()
-
-
registerContainer(Container)
- Register the Container.
-
toString()
-
SerializableItem
public SerializableItem(Serializable s)
- Constructor
- Parameters:
- s - The serialitable to send.
toString
public String toString()
- Returns:
- The Serializable inside us.
- Overrides:
- toString in class Object
getTransferTransaction
public TransferTransaction getTransferTransaction()
- Returns:
- A SerializableTransfer
registerContainer
public boolean registerContainer(Container c)
- Register the Container. Is not implemented yet!
- Parameters:
- c - The Container to connect us to.
- Returns:
- false in any way.
getDescription
public Description getDescription()
- Get a description of ourselves.
- Returns:
- A new SerializableDescription
All Packages Class Hierarchy This Package Previous Next Index