com.anwrt.ooserver.daemon
Class Status
java.lang.Object
com.sun.star.lib.uno.helper.WeakBase
com.sun.star.lib.uno.helper.ComponentBase
com.anwrt.ooserver.daemon.Status
- All Implemented Interfaces:
- com.sun.star.container.XElementAccess, com.sun.star.container.XNameAccess, com.sun.star.lang.XComponent, com.sun.star.lang.XTypeProvider, com.sun.star.uno.XInterface, com.sun.star.uno.XWeak
public class Status
- extends com.sun.star.lib.uno.helper.ComponentBase
- implements com.sun.star.container.XNameAccess
Kind of interface structure to exchange status informations between the main
daemon process and an admin daemon process.
- Author:
- Jounayd Id Salah
Fields inherited from class com.sun.star.lib.uno.helper.ComponentBase |
bDisposed, bInDispose, listenerContainer |
Fields inherited from class com.sun.star.lib.uno.helper.WeakBase |
_mapImplementationIds, _mapTypes |
Fields inherited from interface com.sun.star.container.XNameAccess |
UNOTYPEINFO |
Fields inherited from interface com.sun.star.lang.XComponent |
UNOTYPEINFO |
Fields inherited from interface com.sun.star.uno.XWeak |
UNOTYPEINFO |
Fields inherited from interface com.sun.star.lang.XTypeProvider |
UNOTYPEINFO |
Constructor Summary |
Status(OfficeProcess[] processList)
Creates a structure that represents a fixed office process list |
Methods inherited from class com.sun.star.lib.uno.helper.ComponentBase |
addEventListener, dispose, finalize, postDisposing, preDisposing, removeEventListener |
Methods inherited from class com.sun.star.lib.uno.helper.WeakBase |
getImplementationId, getTypes, queryAdapter |
Status
public Status(OfficeProcess[] processList)
- Creates a structure that represents a fixed office process list
- Parameters:
processList
- the fixed process list
getByName
public Object getByName(String name)
throws NoSuchElementException
- Specified by:
getByName
in interface com.sun.star.container.XNameAccess
- Throws:
NoSuchElementException
getElementNames
public String[] getElementNames()
- Specified by:
getElementNames
in interface com.sun.star.container.XNameAccess
hasByName
public boolean hasByName(String name)
- Specified by:
hasByName
in interface com.sun.star.container.XNameAccess
hasElements
public boolean hasElements()
- Specified by:
hasElements
in interface com.sun.star.container.XElementAccess
getElementType
public com.sun.star.uno.Type getElementType()
- Specified by:
getElementType
in interface com.sun.star.container.XElementAccess
Copyright © 2010 Nuxeo SAS. All Rights Reserved.