|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes a service that can be used to obtain access to the log files for processes managed by a given container manager
| Nested Class Summary | |
static class |
LogAccess.LogFileDescriptor
This class describes a log file for an Openwings process. |
| Method Summary | |
LogAccess.LogFileDescriptor[] |
getLogFileDescriptors()
This method is used to obtain the list of log files on a system |
java.io.InputStream |
getProcessInputStream(java.lang.String componentName,
UniqueID processID)
This method is used to obtain an input stream for a given process |
| Method Detail |
public java.io.InputStream getProcessInputStream(java.lang.String componentName,
UniqueID processID)
throws java.io.FileNotFoundException,
java.io.IOException,
java.rmi.RemoteException
componentName - name of the componentprocessID - process unique identifier
java.rmi.RemoteException - for communication errors
java.io.FileNotFoundException
java.io.IOException
public LogAccess.LogFileDescriptor[] getLogFileDescriptors()
throws java.rmi.RemoteException
java.rmi.RemoteException - for communication errors
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||