Searched refs:tie (Results 1 - 11 of 11) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubConnectImpl.java77 Tie tie = (javax.rmi.CORBA.Tie) Utility.getAndForgetTie(proxy);
78 if (tie == null)
81 // Is the tie already connected? If it is, check that it's
85 existingOrb = tie.orb();
87 // Thrown when tie is an ObjectImpl and its delegate is not set.
88 tie.orb(orb);
90 // Thrown when tie is a Servant and its delegate is not set.
91 tie.orb(orb);
97 // Get the delegate for the stub from the tie.
98 del = StubAdapter.getDelegate( tie ) ;
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubAdapter.java117 public static org.omg.CORBA.Object activateTie( Tie tie )
125 if (tie instanceof ObjectImpl) {
126 return tie.thisObject() ;
127 } else if (tie instanceof Servant) {
128 Servant servant = (Servant)tie ;
146 Tie tie = (Tie)stub ;
147 org.omg.CORBA.Object ref = activateTie( tie ) ;
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/util/
H A DUtility.java191 // If we don't have a valid tie at this point,
193 // load a tie or encounter PortableRemoteObject
248 * Clear the stub/tie caches. Intended for use by
490 * @param tie the tie.
494 * first repID in the tie. If false, will walk all repIDs.
498 public static Remote loadStub(Tie tie, argument
507 Object cached = tieToStubCache.get(tie);
511 tie, stubFactory, remoteCodebase, onlyMostDerived);
531 entry = loadStubAndUpdateCache(tie,nul
585 loadStubAndUpdateCache( Tie tie, PresentationManager.StubFactory stubFactory, String remoteCodebase, boolean onlyMostDerived) argument
706 purgeStubForTie(Tie tie) argument
721 purgeTieAndServant(Tie tie) argument
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DSkeleton.java113 tie = ((Arguments)Compile.compiler.arguments).TIEServer ;
136 if (tie)
155 if (tie){
185 // tie class instead of using the valuetype itself
191 if (tie){ //Concrete class implementing the remote interface
224 if (tie){
244 if (tie){
256 if (tie){
564 protected boolean tie = false; field in class:Skeleton
H A DValueGen.java126 boolean tie = ((Arguments)Compile.compiler.arguments).TIEServer;
127 if (v.supports ().size () > 0 && tie)
/openjdk10/corba/src/java.corba/share/classes/javax/rmi/CORBA/
H A DUtilDelegate.java87 void registerTarget(Tie tie, Remote target); argument
H A DUtil.java113 * an exported RMI-IIOP server object, the tie is found
135 * RMI-IIOP server object, the tie is found and wired to {@code obj},
149 * Registers a target for a tie. Adds the tie to an internal table and calls
150 * {@link Tie#setTarget} on the tie object.
151 * @param tie the tie to register.
152 * @param target the target for the tie.
154 public static void registerTarget(javax.rmi.CORBA.Tie tie, argument
158 utilDelegate.registerTarget(tie, targe
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/javax/rmi/
H A DPortableRemoteObject.java276 Tie tie = Util.getTie(source);
277 if (tie == null) {
279 // No, can we get a tie for it? If not,
289 orb = tie.orb();
333 // Is the tie already connected?
356 // The stub or tie was already connected...
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/db/
H A DDatabindingImpl.java178 TieHandler tie = wsdlOpMap.get(wsdlOp);
179 call.setMethod(tie.getMethod());
180 Object[] args = tie.readRequest(req.getMessage());
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java164 // We can ignore this because it means the tie is not connected to an ORB.
441 * an exported RMI-IIOP server object, the tie is found
461 * RMI-IIOP server object, the tie is found and wired to {@code obj},
476 * Registers a target for a tie. Adds the tie to an internal table and calls
477 * {@link Tie#setTarget} on the tie object.
478 * @param tie the tie to register.
479 * @param target the target for the tie.
481 public void registerTarget(javax.rmi.CORBA.Tie tie, jav argument
[all...]
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js13790 tie: 13759,

Completed in 212 milliseconds