summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/lib/connections/socket/socketAcceptor.java')
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketAcceptor.java17
1 files changed, 16 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
index bf9456d0058a..930eeecf4c60 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -89,6 +89,21 @@ public final class socketAcceptor implements XAcceptor {
}
/**
+ * Writes the service information into the given registry key.
+ *
+ * <p>This method is called by the <code>JavaLoader</code>.</p>
+ *
+ * @param regKey the registry key.
+ * @return <code>true</code> if the operation succeeded.
+ *
+ * @see com.sun.star.comp.loader.JavaLoader
+ */
+ public static boolean __writeRegistryServiceInfo(XRegistryKey regKey) {
+ return FactoryHelper.writeRegistryServiceInfo(
+ socketAcceptor.class.getName(), __serviceName, regKey);
+ }
+
+ /**
* Accepts a connection request via the described socket.
*
* <p>This call blocks until a connection has been established.</p>