| 
 | OOoRunner test harness | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
basicrunner.basichelper
Class  Connector
basicrunner.basichelper.Connector
- public class Connector
This is a special service that is used in testing Acceptor component in BASIC. This componennt creates a separate thread that tries to connect to BASIC's acceptor. After successfull connection it writes a connectionString to XConnection.
| Constructor Summary | |
| Connector()Create a connector. | |
| Method Summary | |
|  Object | createInstance()Returns an instance of the connector. | 
|  Object | createInstanceWithArguments(Object[] args)Returns an instance of the connector. | 
|  byte[] | getImplementationId()Get a unique id for this implementation. | 
|  String | getImplementationName()Get the implementation name of this class. | 
|  String[] | getSupportedServiceNames()Get all supported service names. | 
|  Type[] | getTypes()Return all implemented types of this class. | 
|  boolean | supportsService(String name)Is this servioce supported? | 
| Constructor Detail | 
Connector
public Connector()
- Create a connector.
| Method Detail | 
createInstanceWithArguments
public Object createInstanceWithArguments(Object[] args)
- Returns an instance of the connector.
 Arguments are not supported here and will be ignored.- Parameters:
- args- The arguments.
- Returns:
- The connector.
 
createInstance
public Object createInstance()
- Returns an instance of the connector.- Returns:
- The connector.
 
getImplementationId
public byte[] getImplementationId()
- Get a unique id for this implementation.- Returns:
- The id.
 
getTypes
public Type[] getTypes()
- Return all implemented types of this class.- Returns:
- The implemented UNO types.
 
supportsService
public boolean supportsService(String name)
- Is this servioce supported?- Parameters:
- name- The service name.
- Returns:
- True, if the service is supported.
 
getSupportedServiceNames
public String[] getSupportedServiceNames()
- Get all supported service names.- Returns:
- All supported servcices.
 
getImplementationName
public String getImplementationName()
- Get the implementation name of this class.- Returns:
- The implementation name.
 
| 
 | OOoRunner test harness | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

