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

/openjdk7/corba/src/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...]
/openjdk7/corba/src/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 ) ;
/openjdk7/corba/src/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...]
/openjdk7/corba/src/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)
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DUtilDelegate.java87 void registerTarget(Tie tie, Remote target); argument
H A DUtil.java115 * an exported RMI-IIOP server object, the tie is found
138 * RMI-IIOP server object, the tie is found and wired to <code>obj</code>,
152 * Registers a target for a tie. Adds the tie to an internal table and calls
153 * {@link Tie#setTarget} on the tie object.
154 * @param tie the tie to register.
155 * @param target the target for the tie.
157 public static void registerTarget(javax.rmi.CORBA.Tie tie, argument
161 utilDelegate.registerTarget(tie, targe
[all...]
/openjdk7/corba/src/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...
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java163 // We can ignore this because it means the tie is not connected to an ORB.
440 * an exported RMI-IIOP server object, the tie is found
460 * RMI-IIOP server object, the tie is found and wired to <code>obj</code>,
475 * Registers a target for a tie. Adds the tie to an internal table and calls
476 * {@link Tie#setTarget} on the tie object.
477 * @param tie the tie to register.
478 * @param target the target for the tie.
480 public void registerTarget(javax.rmi.CORBA.Tie tie, jav argument
[all...]

Completed in 625 milliseconds