StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.uno
Class BridgeTurner

java.lang.Object
  |
  +--com.sun.star.uno.BridgeTurner
All Implemented Interfaces:
com.sun.star.uno.IBridge

synchronized class BridgeTurner
extends java.lang.Object
implements com.sun.star.uno.IBridge


Field Summary
protected  com.sun.star.uno.IBridge _bridge
           
 
Constructor Summary
(package private) BridgeTurner(com.sun.star.uno.IBridge ib)
           
 
Method Summary
 void dispose()
           
 com.sun.star.uno.IEnvironment getSourceEnvironment()
           
 com.sun.star.uno.IEnvironment getTargetEnvironment()
           
 java.lang.Object mapInterfaceFrom(java.lang.Object o, java.lang.Class c)
           
 java.lang.Object mapInterfaceTo(java.lang.Object o, java.lang.Class c)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_bridge

protected com.sun.star.uno.IBridge _bridge
Constructor Detail

BridgeTurner

BridgeTurner(com.sun.star.uno.IBridge ib)
Method Detail

dispose

public void dispose()
             throws java.lang.InterruptedException,
                    java.io.IOException
Specified by:
dispose in interface com.sun.star.uno.IBridge

getSourceEnvironment

public com.sun.star.uno.IEnvironment getSourceEnvironment()
Specified by:
getSourceEnvironment in interface com.sun.star.uno.IBridge

getTargetEnvironment

public com.sun.star.uno.IEnvironment getTargetEnvironment()
Specified by:
getTargetEnvironment in interface com.sun.star.uno.IBridge

mapInterfaceFrom

public java.lang.Object mapInterfaceFrom(java.lang.Object o,
                                         java.lang.Class c)
                                  throws com.sun.star.uno.MappingException
Specified by:
mapInterfaceFrom in interface com.sun.star.uno.IBridge

mapInterfaceTo

public java.lang.Object mapInterfaceTo(java.lang.Object o,
                                       java.lang.Class c)
                                throws com.sun.star.uno.MappingException
Specified by:
mapInterfaceTo in interface com.sun.star.uno.IBridge

reset

public void reset()
           throws java.io.IOException
Specified by:
reset in interface com.sun.star.uno.IBridge

StarOffice 5.2 API
reverse engineered by classdoc