|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fhg.igd.semoa.service.AbstractService
examples.transfer.IOStreamServiceImpl
This is the concrete implementation of a IOStreamService.
| Field Summary | |
private InputStream |
in_
|
static String |
OPT_DESCR
|
private OutputStream |
out_
|
| Fields inherited from class de.fhg.igd.semoa.service.AbstractService |
REV_POSTFIX, REV_PREFIX |
| Constructor Summary | |
private |
IOStreamServiceImpl()
Private constructor. |
| Method Summary | |
String |
author()
Returns the name of the author of the service. |
InputStream |
getInputStream()
Allows the owner of the service to take data form the accessor of the service. |
OutputStream |
getOutputStream()
Allows the accessor of the service to pass a file to the owner of the service. |
String |
info()
Returns the informative string which should describe the service's essence in a sentence. |
static void |
main(String[] argv)
|
String |
revision()
Returns the revision number of this class as a string. |
| Methods inherited from class de.fhg.igd.semoa.service.AbstractService |
checkDependencies, dependencies, docs, doPrivileged, doPrivileged, getACC, getEnvironment, majorVersion, minorVersion, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String OPT_DESCR
private InputStream in_
private OutputStream out_
| Constructor Detail |
private IOStreamServiceImpl()
| Method Detail |
public String author()
AbstractService
author in interface Serviceauthor in class AbstractServicepublic String revision()
AbstractServicemajorVersion(), minorVersion
based on the assumption that this method returns a
revision string as generated by rcs(1) for the template
"$Revision: 1.7 $/$Date: 2007-08-08 04:41:53 +0200 (Wed, 08 Aug 2007) $".
revision in class AbstractServicepublic String info()
AbstractService
info in interface Serviceinfo in class AbstractServicepublic OutputStream getOutputStream()
getOutputStream in interface IOStreamServiceUnsupportedOperationExceptionpublic InputStream getInputStream()
getInputStream in interface IOStreamServiceUnsupportedOperationExceptionpublic static void main(String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||