|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.application.connection.AbstractOfficeConnection
public abstract class AbstractOfficeConnection
Abstract connection in order to communicate with an OpenOffice.org application.
Field Summary | |
---|---|
protected com.sun.star.bridge.XBridge |
xBridge
|
Constructor Summary | |
---|---|
AbstractOfficeConnection()
|
Method Summary | |
---|---|
void |
addBridgeEventListener(IEventListener eventListener)
Adds new listener for the internal XBridge of OpenOffice.org. |
java.lang.Object |
createService(java.lang.String serviceName)
Constructs service with the XMultiServiceFactory. |
java.lang.Object |
createServiceWithContext(java.lang.String serviceName)
Constructs service with the XMultiComponentFactory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ag.ion.bion.officelayer.application.connection.IOfficeConnection |
---|
closeConnection, getHost, getPort, getXComponentContext, getXMultiComponentFactory, getXMultiServiceFactory, isConnected, openConnection, openConnection |
Field Detail |
---|
protected com.sun.star.bridge.XBridge xBridge
Constructor Detail |
---|
public AbstractOfficeConnection()
Method Detail |
---|
public java.lang.Object createService(java.lang.String serviceName) throws java.lang.Exception
createService
in interface IOfficeConnection
serviceName
- name of the service
java.lang.Exception
- if any error occurspublic java.lang.Object createServiceWithContext(java.lang.String serviceName) throws java.lang.Exception
createServiceWithContext
in interface IOfficeConnection
serviceName
- name of the service
java.lang.Exception
- if any error occurspublic void addBridgeEventListener(IEventListener eventListener)
addBridgeEventListener
in interface IOfficeConnection
eventListener
- new event listener
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |