Nuxeo Enterprise Platform 5.3

com.anwrt.ooserver.daemon
Class Status

java.lang.Object
  extended by com.sun.star.lib.uno.helper.WeakBase
      extended by com.sun.star.lib.uno.helper.ComponentBase
          extended by 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

Field Summary
 
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
 
Method Summary
 Object getByName(String name)
           
 String[] getElementNames()
           
 com.sun.star.uno.Type getElementType()
           
 boolean hasByName(String name)
           
 boolean hasElements()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Status

public Status(OfficeProcess[] processList)
Creates a structure that represents a fixed office process list

Parameters:
processList - the fixed process list
Method Detail

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

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.