ch.ethz.iks.r_osgi.messages
Class DeliverBundlesMessage
java.lang.Object
ch.ethz.iks.r_osgi.messages.RemoteOSGiMessage
ch.ethz.iks.r_osgi.messages.DeliverBundlesMessage
public class DeliverBundlesMessage
- extends RemoteOSGiMessage
| Fields inherited from class ch.ethz.iks.r_osgi.messages.RemoteOSGiMessage |
DELIVER_BUNDLE, DELIVER_BUNDLES, DELIVER_SERVICE, LEASE, LEASE_UPDATE, REMOTE_CALL, REMOTE_CALL_RESULT, REMOTE_EVENT, REQUEST_BUNDLE, REQUEST_DEPENDENCIES, REQUEST_SERVICE, STREAM_REQUEST, STREAM_RESULT, TIME_OFFSET, xid |
|
Method Summary |
byte[][] |
getDependencies()
get the bytes of the dependency bundles. |
void |
setDependencies(byte[][] bytes)
set the bytes of the dependency bundles. |
java.lang.String |
toString()
String representation for debug outputs. |
protected void |
writeBody(java.io.ObjectOutputStream output)
write the body of this message to the wire. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeliverBundlesMessage
public DeliverBundlesMessage()
DeliverBundlesMessage
public DeliverBundlesMessage(java.io.ObjectInputStream input)
throws java.io.IOException
- create a new message from the wire.
- Parameters:
input - the input stream.
- Throws:
java.io.IOException - in case of IO problems.
writeBody
protected void writeBody(java.io.ObjectOutputStream output)
throws java.io.IOException
- write the body of this message to the wire.
- Specified by:
writeBody in class RemoteOSGiMessage
- Parameters:
output - the output stream.
- Throws:
java.io.IOException - in case of IO failures.
getDependencies
public byte[][] getDependencies()
- get the bytes of the dependency bundles.
- Returns:
setDependencies
public void setDependencies(byte[][] bytes)
- set the bytes of the dependency bundles.
- Parameters:
bytes -
toString
public java.lang.String toString()
- String representation for debug outputs.
- Overrides:
toString in class java.lang.Object
- Returns:
- a string representation.
- See Also:
Object.toString()
Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.