Package es.caib.seycon.ng.sync.intf
Class ServiceDescription
- java.lang.Object
-
- es.caib.seycon.ng.sync.intf.ServiceDescription
-
- All Implemented Interfaces:
Serializable
public class ServiceDescription extends Object implements Serializable
InformaciĆ³n de servicio- Version:
- $Revision: 1.1.2.1 $
- Author:
- $Author: u07286 $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
HostName
Nombre del hostString
ServiceName
Nombre del servicio
-
Constructor Summary
Constructors Constructor Description ServiceDescription()
Crear un Service Description
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(PrintStream stream)
Volcar el contenido @param stream corriente de salida
-
-
-
Method Detail
-
dump
public void dump(PrintStream stream)
Volcar el contenido @param stream corriente de salida
-
-