Home
last modified time | relevance | path

Searched refs:RemoteImpl (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java73 RemoteImpl impl = RemoteImpl.create(); in useExportObject()
100 RemoteImpl impl = RemoteImpl.create(); in useExportObject2()
147 static class RemoteImpl implements Echo { class in FilterUROTest
153 static RemoteImpl create() throws RemoteException { in create()
154 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
158 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUROTest.RemoteImpl
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java73 RemoteImpl impl = RemoteImpl.create(); in useExportObject()
100 RemoteImpl impl = RemoteImpl.create(); in useExportObject2()
147 static class RemoteImpl implements Echo { class in FilterUROTest
153 static RemoteImpl create() throws RemoteException { in create()
154 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
158 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUROTest.RemoteImpl
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java73 RemoteImpl impl = RemoteImpl.create(); in useExportObject()
100 RemoteImpl impl = RemoteImpl.create(); in useExportObject2()
147 static class RemoteImpl implements Echo { class in FilterUROTest
153 static RemoteImpl create() throws RemoteException { in create()
154 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
158 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUROTest.RemoteImpl
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java73 RemoteImpl impl = RemoteImpl.create(); in useExportObject()
100 RemoteImpl impl = RemoteImpl.create(); in useExportObject2()
147 static class RemoteImpl implements Echo { class in FilterUROTest
153 static RemoteImpl create() throws RemoteException { in create()
154 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
158 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUROTest.RemoteImpl
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java73 RemoteImpl impl = RemoteImpl.create(); in useExportObject()
100 RemoteImpl impl = RemoteImpl.create(); in useExportObject2()
147 static class RemoteImpl implements Echo { class in FilterUROTest
153 static RemoteImpl create() throws RemoteException { in create()
154 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
158 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUROTest.RemoteImpl
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java73 RemoteImpl impl = RemoteImpl.create(); in useExportObject()
100 RemoteImpl impl = RemoteImpl.create(); in useExportObject2()
147 static class RemoteImpl implements Echo { class in FilterUROTest
153 static RemoteImpl create() throws RemoteException { in create()
154 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
158 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUROTest.RemoteImpl
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java73 RemoteImpl impl = RemoteImpl.create(); in useExportObject()
100 RemoteImpl impl = RemoteImpl.create(); in useExportObject2()
147 static class RemoteImpl implements Echo { class in FilterUROTest
153 static RemoteImpl create() throws RemoteException { in create()
154 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
158 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUROTest.RemoteImpl
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java73 RemoteImpl impl = RemoteImpl.create(); in useExportObject()
100 RemoteImpl impl = RemoteImpl.create(); in useExportObject2()
147 static class RemoteImpl implements Echo { class in FilterUROTest
153 static RemoteImpl create() throws RemoteException { in create()
154 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
158 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUROTest.RemoteImpl
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/remote/
H A Dremoteimpl.cpp18 RemoteImpl::RemoteImpl() in RemoteImpl() function in RemoteImpl
24 void RemoteImpl::listRoot(KIO::UDSEntryList &list) const in listRoot()
49 bool RemoteImpl::findDirectory(const QString &filename, QString &directory) const in findDirectory()
65 QString RemoteImpl::findDesktopFile(const QString &filename) const in findDesktopFile()
78 QUrl RemoteImpl::findBaseURL(const QString &filename) const in findBaseURL()
91 void RemoteImpl::createTopLevelEntry(KIO::UDSEntry &entry) const in createTopLevelEntry()
105 bool RemoteImpl::createEntry(KIO::UDSEntry &entry, const QString &directory, const QString &file) c… in createEntry()
142 bool RemoteImpl::statNetworkFolder(KIO::UDSEntry &entry, const QString &filename) const in statNetworkFolder()
151 bool RemoteImpl::deleteNetworkFolder(const QString &filename) const in deleteNetworkFolder()
165 bool RemoteImpl::renameFolders(const QString &src, const QString &dest, bool overwrite) const in renameFolders()
[all …]
H A Dremoteimpl.h14 class RemoteImpl
17 RemoteImpl();
H A Dkio_remote.h29 RemoteImpl m_impl;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/server/UnicastServerRef/serialFilter/
H A DFilterUSRTest.java81 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
110 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
159 static class RemoteImpl implements Echo { class in FilterUSRTest
165 static RemoteImpl create() throws RemoteException { in create()
166 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
170 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/server/UnicastServerRef/serialFilter/
H A DFilterUSRTest.java81 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
110 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
159 static class RemoteImpl implements Echo { class in FilterUSRTest
165 static RemoteImpl create() throws RemoteException { in create()
166 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
170 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/server/UnicastServerRef/serialFilter/
H A DFilterUSRTest.java81 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
110 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
159 static class RemoteImpl implements Echo { class in FilterUSRTest
165 static RemoteImpl create() throws RemoteException { in create()
166 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
170 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/server/UnicastServerRef/serialFilter/
H A DFilterUSRTest.java81 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
110 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
159 static class RemoteImpl implements Echo { class in FilterUSRTest
165 static RemoteImpl create() throws RemoteException { in create()
166 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
170 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/server/UnicastServerRef/serialFilter/
H A DFilterUSRTest.java81 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
110 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
159 static class RemoteImpl implements Echo { class in FilterUSRTest
165 static RemoteImpl create() throws RemoteException { in create()
166 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
170 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/server/UnicastServerRef/serialFilter/
H A DFilterUSRTest.java81 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
110 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
159 static class RemoteImpl implements Echo { class in FilterUSRTest
165 static RemoteImpl create() throws RemoteException { in create()
166 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
170 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/server/UnicastServerRef/serialFilter/
H A DFilterUSRTest.java81 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
110 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
159 static class RemoteImpl implements Echo { class in FilterUSRTest
165 static RemoteImpl create() throws RemoteException { in create()
166 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
170 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/server/UnicastServerRef/serialFilter/
H A DFilterUSRTest.java81 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
110 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
159 static class RemoteImpl implements Echo { class in FilterUSRTest
165 static RemoteImpl create() throws RemoteException { in create()
166 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
170 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/rmi/server/UnicastServerRef/
H A DFilterUSRTest.java80 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
109 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
158 static class RemoteImpl implements Echo { class in FilterUSRTest
164 static RemoteImpl create() throws RemoteException { in create()
165 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
169 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/rmi/server/UnicastServerRef/
H A DFilterUSRTest.java80 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef()
109 RemoteImpl impl = RemoteImpl.create(); in UnicastServerRef2()
158 static class RemoteImpl implements Echo { class in FilterUSRTest
164 static RemoteImpl create() throws RemoteException { in create()
165 RemoteImpl impl = new RemoteImpl(new Checker()); in create()
169 private RemoteImpl(Checker checker) throws RemoteException { in RemoteImpl() method in FilterUSRTest.RemoteImpl