Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 150) sorted by relevance

123456

/trunk/main/jurt/
H A DZip_jurt-src.mk56 com/sun/star/lib/uno/environments/remote/IProtocol.java \
57 com/sun/star/lib/uno/environments/remote/Job.java \
58 com/sun/star/lib/uno/environments/remote/IReceiver.java \
59 com/sun/star/lib/uno/environments/remote/remote_environment.java \
60 com/sun/star/lib/uno/environments/remote/IThreadPool.java \
61 com/sun/star/lib/uno/environments/remote/Message.java \
62 com/sun/star/lib/uno/environments/remote/JavaThreadPool.java \
63 com/sun/star/lib/uno/environments/remote/JobQueue.java \
64 com/sun/star/lib/uno/environments/remote/ThreadId.java \
65 com/sun/star/lib/uno/environments/remote/ThreadPoolManager.java \
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DXRemoteContentProviderAcceptor.idl42 /** Accept remote content providers that want to make themselves known to the
51 /** Add a remote content provider.
54 remote content provider.
56 @param Factory A factory through which the remote content provider's
59 @param Templates A sequence of URL templates the remote content
64 implementation no longer needs the remote content provider. (And the
73 @return true if the remote content provider has successfully been
85 /** Remove a remote content provider.
88 remote content provider.
90 @return true if the remote content provider has successfully been
H A DXRemoteContentProviderConnectionControl.idl38 /** A simple mechanism to find out if the connection between a remote content
53 the remote content provider acceptor's side.
57 the token will drop, which the remote content provider acceptor can
61 The remote content provider acceptor on the other side of the
65 Some object implemented on the remote content provider acceptor's side
H A DRemoteProxyContentProvider.idl34 /** A <type>ContentProvider</type> that wraps remote content providers that
38 (which will most likely be a remote content provider distributed to this
39 UCB), this proxy first activates any remote content providers that have
52 /** activates any potentially inactive remote content providers before
58 /** activates any potentially inactive remote content providers before
H A DRemoteContentProviderChangeAction.idl32 specify whether a remote content provider has been added to or removed
42 /** The indicator that a remote content provider has been added.
47 /** The indicator that a remote content provider has been removed.
H A DXRemoteContentProviderDoneListener.idl37 <type>XRemoteContentProviderAcceptor</type> no longer needs a remote
45 /** A notification that all remote content providers added to the given
50 If null, all remote content providers added to any acceptor shall be
H A DXRemoteContentProviderSupplier.idl40 /** Provide access to a collection of remote content providers.
49 /** Get a factory through which a remote content provider's
53 remote content provider.
H A DRemoteAccessContentProvider.idl41 other (remote) UCBs.
54 <type>XContent</type>s from a certain remote UCB. The Arguments
57 call must contain the UNO URL of the remote UCB.
H A DXRemoteContentProviderActivator.idl49 /** Activate (i.e., register at the broker) the remote content providers
56 to be implemented in a layz fashion (remember the remote content
63 the broker at which the remote content providers have been registered.
H A DXRemoteContentProviderDistributor.idl58 /** Offer the local content broker to a remote content provider acceptor.
81 /** Undo the offering of the local content broker to a specific remote
92 /** Undo the offering of the local content broker to all remote content
H A DXCachedDynamicResultSetStubFactory.idl47 /** creates a <type>CachedDynamicResultSetStub</type> and connects a non-remote
48 optimized <type>DynamicResultSet</type> to a remote optimized
69 /** creates a remote optimizes <type>XDynamicResultSet</type>.
/trunk/main/udkapi/com/sun/star/bridge/
H A DXProtocolProperties.idl31 /** Bridge internal interface, that allows to change protocol settings of the remote
51 because the remote counter part may do such a call at the same time
64 The remote counterpart is supposed to call commitChange within a small
65 time span. Please call requestChange() after the remote counterpart has
68 sent requestChange (sent by the remote counterpart). This is a draw :o).
87 when the remote counterpart could not change at least one of the properties.
H A DOleBridgeSupplierVar1.idl35 remote szenario. <p>
38 However, the implementation should be optimized for remote access. For example, it could
39 try to reduce the calls into the remote process. Also it could create components on its own behalf …
H A DXBridge.idl34 /** tries to get an interface from the remote that is known by this name.
37 remote, but it is allowed to call the method multiple times. </p>
40 remote process. The call is delegated to
42 remote process.
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java52 import com.sun.star.lib.uno.environments.remote.IProtocol;
53 import com.sun.star.lib.uno.environments.remote.IReceiver;
54 import com.sun.star.lib.uno.environments.remote.Job;
55 import com.sun.star.lib.uno.environments.remote.Message;
56 import com.sun.star.lib.uno.environments.remote.ThreadId;
57 import com.sun.star.lib.uno.environments.remote.ThreadPoolManager;
58 import com.sun.star.lib.uno.environments.remote.IThreadPool;
/trunk/main/odk/examples/cpp/remoteclient/
H A DMakefile102 @echo the follwong command to start the example. The run target starts a remote
114 @echo Start the remote server process ...
126 @echo ... remote server process runs ...
128 @echo Start remote client process ...
/trunk/main/apple_remote/source/
H A DHIDRemoteControlDevice.m41 …ionary*) cookieToButtonMapping; // Creates the dictionary using the magics, depending on the remote
151 // to the remote control device is lost. This leads to very strange behavior where
339 HIDRemoteControlDevice* remote = (HIDRemoteControlDevice*)target;
346 result = (*[remote queue])->getNextEvent([remote queue], &event, zeroTime, 0);
357 [remote handleEventWithCookieString: cookieString sumOfValues: sumOfValues];
498 // 2. send a distributed notification that we wanted to use the remote control
H A DRemoteControl.m34 // have access to the remote control device or if the application has finished
35 // using the remote control device
42 // bundle identifier of the application that should get access to the remote control
49 // returns nil if the remote control device is not available
/trunk/main/offapi/com/sun/star/mail/
H A DXMailService.idl183 if an error occurred to connect to the remote mail server.
184 Typically the remote mail server cannot be reach because of an
189 if an error occurred while attempting to connect to the remote
191 because the mail server is not listening on the remote address/port.
H A DXMailServer.idl190 if an error occurred to connect to the remote mail server.
191 Typically the remote mail server cannot be reach because of an
196 if an error occurred while attempting to connect to the remote
198 because the mail server is not listening on the remote address/port.
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java25 import com.sun.star.lib.uno.environments.remote.Message;
26 import com.sun.star.lib.uno.environments.remote.IProtocol;
27 import com.sun.star.lib.uno.environments.remote.ThreadId;
/trunk/main/shell/source/unix/misc/
H A Dopen-url.sh40 "$1" -remote 'ping()' 2>/dev/null >/dev/null
44 "$1" -remote "openURL($2, new-window)" &
H A Dsenddoc.sh58 "$moz" -remote 'ping()' 2>/dev/null >/dev/null
62 "$1" -remote "xfeDoCommand(composeMessage,$2)" &
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUrpMessage.java26 import com.sun.star.lib.uno.environments.remote.Message;
27 import com.sun.star.lib.uno.environments.remote.ThreadId;
/trunk/main/udkapi/com/sun/star/io/
H A DNoRouteToHostException.idl38 a remote address and port. Typically, the remote host cannot be reached

Completed in 61 milliseconds

123456