UDK 3.1.0 Java API Reference

com.sun.star.uno
Interface XNamingService

All Superinterfaces:
XInterface

public interface XNamingService
extends XInterface


Field Summary
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
 Object getRegisteredObject(String Name)
           
 void registerObject(String Name, Object Object)
           
 void revokeObject(String Name)
           
 

Field Detail

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

getRegisteredObject

public Object getRegisteredObject(String Name)
                           throws Exception
Throws:
Exception

registerObject

public void registerObject(String Name,
                           Object Object)
                    throws Exception
Throws:
Exception

revokeObject

public void revokeObject(String Name)
                  throws Exception
Throws:
Exception

UDK 3.1.0 Java API Reference