Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15
UNO Java Runtime

com.sun.star.comp.helper
Class ComponentContextEntry

java.lang.Object
  |
  +--com.sun.star.comp.helper.ComponentContextEntry

public class ComponentContextEntry
extends java.lang.Object

Component context entry for constructing ComponentContext objects.

A ComponentContextEntry is separated into a late-init and direct-value purpose. The first one is commonly used for singleton objects of the component context, that are raised on first-time retrieval of the key. You have to pass a com.sun.star.lang.XSingleComponentFactory or string (=> service name) object for this.


Field Summary
 java.lang.Object m_lateInit
          if late init of service instance, set service name (String) or component factory (XSingleComponentFactory), null otherwise
 java.lang.Object m_value
          set entry value
 
Constructor Summary
ComponentContextEntry(java.lang.Object value)
          Creating a direct value component context entry.
ComponentContextEntry(java.lang.Object lateInit, java.lang.Object value)
          Creating a late-init singleton entry component context entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_lateInit

public java.lang.Object m_lateInit
if late init of service instance, set service name (String) or component factory (XSingleComponentFactory), null otherwise


m_value

public java.lang.Object m_value
set entry value

Constructor Detail

ComponentContextEntry

public ComponentContextEntry(java.lang.Object lateInit,
                             java.lang.Object value)
Creating a late-init singleton entry component context entry. The second parameter will be ignored and overwritten during instanciation of the singleton instance.

Parameters:
lateInit - object factory or service string
value - pass null (dummy separating from second ctor signature)

ComponentContextEntry

public ComponentContextEntry(java.lang.Object value)
Creating a direct value component context entry.

Parameters:
value - pass null

UNO Java Runtime

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.