com.sun.star.comp.servicemanager
Class ServiceManager$ServiceEnumerationImpl
java.lang.Object
|
+--com.sun.star.comp.servicemanager.ServiceManager$ServiceEnumerationImpl
- All Implemented Interfaces:
- com.sun.star.container.XEnumeration, com.sun.star.uno.XInterface
- synchronized class ServiceManager$ServiceEnumerationImpl
- extends java.lang.Object
- implements com.sun.star.container.XEnumeration
Field Summary |
(package private) java.util.Enumeration |
enumeration
|
private com.sun.star.comp.servicemanager.ServiceManager |
this$0
|
Fields inherited from interface com.sun.star.container.XEnumeration |
UIK, UNORUNTIMEDATA, UNOTYPEINFO |
Constructor Summary |
ServiceManager$ServiceEnumerationImpl(com.sun.star.comp.servicemanager.ServiceManager sm)
|
ServiceManager$ServiceEnumerationImpl(com.sun.star.comp.servicemanager.ServiceManager sm,
java.util.Enumeration e)
|
Method Summary |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enumeration
java.util.Enumeration enumeration
this$0
private final com.sun.star.comp.servicemanager.ServiceManager this$0
ServiceManager$ServiceEnumerationImpl
public ServiceManager$ServiceEnumerationImpl(com.sun.star.comp.servicemanager.ServiceManager sm)
ServiceManager$ServiceEnumerationImpl
public ServiceManager$ServiceEnumerationImpl(com.sun.star.comp.servicemanager.ServiceManager sm,
java.util.Enumeration e)
hasMoreElements
public boolean hasMoreElements()
throws com.sun.star.uno.RuntimeException
- Specified by:
hasMoreElements
in interface com.sun.star.container.XEnumeration
nextElement
public java.lang.Object nextElement()
throws com.sun.star.container.NoSuchElementException,
com.sun.star.lang.WrappedTargetException,
com.sun.star.uno.RuntimeException
- Specified by:
nextElement
in interface com.sun.star.container.XEnumeration