Uses of Class
zleurtor.scanmanager.model.messages.AbstractMessage
Packages that use AbstractMessage
Package
Description
The package containing all the business objects.
The package containing all the messages exchanged by the master and the slaves.
-
Uses of AbstractMessage in zleurtor.scanmanager.model
Methods in zleurtor.scanmanager.model that return AbstractMessageModifier and TypeMethodDescriptionprotected AbstractMessage
AbstractCommunicator.readMessage
(InputStream in) Read a message from the specified input stream.Methods in zleurtor.scanmanager.model with parameters of type AbstractMessageModifier and TypeMethodDescriptionprotected void
AbstractCommunicator.writeMessage
(OutputStream out, AbstractMessage message) Write the specified message into the specified output stream. -
Uses of AbstractMessage in zleurtor.scanmanager.model.messages
Subclasses of AbstractMessage in zleurtor.scanmanager.model.messagesModifier and TypeClassDescriptionclass
The message sent by the slave to tell the connection will be closed.class
The message sent by the slave to tell it's alive.class
The message sent by the slave during the discover process.class
The message sent by the master to retrieve the slaves log.class
The message sent by the master to change a slave log level.class
The message sent by the master to retrieve the slaves log.class
The message sent by the master to retrieve the slaves log.class
The message sent by the master to change a slave options.class
The message sent by the master to shutdown the slaves.class
The message sent by a slave if an error occurs during the snapshot process.class
The message sent by the server to ask the slaves to take a snapshot.class
The message sent by a slave when the snapshot process succeed.class
The message sent by a slave if an error occurs during the preview process.class
The message sent by the server to ask the slaves to start a preview.class
The message sent by the server to update a slave.class
The message sent by the server to ask a slave to identify itself.Methods in zleurtor.scanmanager.model.messages that return AbstractMessageModifier and TypeMethodDescriptionprotected abstract AbstractMessage
Set this message values to the ones in the given XML description.protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
protected final AbstractMessage
static AbstractMessage
AbstractMessage.unserialize
(byte[] serialized) Unserialize this object from an array of bytes (avoid the use of ObjectInputStream because of the presence of the handles that spend a lot of memory).