Searched refs:servant (Results 1 - 16 of 16) sorted by relevance

/glassfish-3.1.2/ejb/ejb-internal-api/src/main/java/org/glassfish/ejb/spi/
H A DWSEjbEndpointRegistry.java64 Object servant, Class tieClass);
62 registerEndpoint(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass) argument
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DImplementorCacheDelegateImpl.java140 Remote servant = null;
143 // instance as the servant.
144 servant = (Remote) implClass.newInstance();
159 servant = (Remote) Proxy.newProxyInstance
162 tie.setTarget(servant);
H A DEjb2RuntimeEndpointInfo.java78 Object servant, Class tie) {
80 super(webServiceEndpoint, ejbContainer, servant);
76 Ejb2RuntimeEndpointInfo(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tie) argument
H A DWebServiceEjbEndpointRegistry.java98 Object servant, Class tieClass) {
101 EjbRuntimeEndpointInfo endpoint = createEjbEndpointInfo(webserviceEndpoint, ejbContainer,servant,tieClass);
180 Object servant, Class tieClass) {
183 info = new Ejb2RuntimeEndpointInfo(webServiceEndpoint, ejbContainer, servant, tieClass);
185 info = new EjbRuntimeEndpointInfo(webServiceEndpoint, ejbContainer, servant);
96 registerEndpoint(WebServiceEndpoint webserviceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass) argument
178 createEjbEndpointInfo(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass) argument
H A DEjbRuntimeEndpointInfo.java107 Object servant) {
111 webServiceEndpointServant = servant;
105 EjbRuntimeEndpointInfo(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant) argument
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DDefaultTransactionService.java525 /**Creates the servant activator for the RecoveryCoordinator class.
537 /**Returns the servant object which corresponds to the given object identity
543 * @return The servant.
550 Servant servant = new RecoveryCoordinatorImpl(oid);
552 return servant;
565 Servant servant,
611 /**Creates the servant activator for the CoordinatorResource class.
623 /**Returns the servant object which corresponds to the given object identity
629 * @return The servant.
635 Servant servant
563 etherealize( byte[] oid, POA adapter, Servant servant, boolean cleanup_in_progress, boolean remaining_activations ) argument
647 etherealize( byte[] oid, POA adapter, Servant servant, boolean cleanup_in_progress, boolean remaining_activations ) argument
[all...]
H A DCurrentImpl.java215 controlImpl = ControlImpl.servant(jcontrol);
268 controlImpl = ControlImpl.servant(jcontrol);
399 controlImpl = ControlImpl.servant(jcontrol);
452 controlImpl = ControlImpl.servant(jcontrol);
1004 contImpl = ControlImpl.servant(jcontrol);
H A DCoordinatorSynchronizationImpl.java290 synchronized static final CoordinatorSynchronizationImpl servant(Synchronization sync) { method in class:CoordinatorSynchronizationImpl
294 // servant from our local POA for a proxy sync object.
H A DCurrentTransaction.java1010 contImpl = ControlImpl.servant(JControlHelper.narrow(current));
1113 coord = CoordinatorImpl.servant(coordRef);
1230 contImpl = ControlImpl.servant(JControlHelper.narrow(current));
H A DCoordinatorImpl.java385 synchronized static final CoordinatorImpl servant( Coordinator coord ) { method in class:CoordinatorImpl
H A DControlImpl.java885 synchronized public static final ControlImpl servant( JControl control ) { method in class:ControlImpl
889 // servant from our local POA for a proxy control object.
H A DTransactionFactoryImpl.java622 synchronized static final TransactionFactoryImpl servant(TransactionFactory factory) { method in class:TransactionFactoryImpl
626 // servant from our local POA for a proxy factory object.
/glassfish-3.1.2/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/
H A DPOARemoteReferenceFactory.java493 Servant servant = null;
495 while ( servant == null ) {
519 servant = (Servant) tie;
531 return servant;
536 java.lang.Object cookie, Servant servant)
539 if ( servant != null ) {
540 target = ((Tie)servant).getTarget();
535 postinvoke(byte[] ejbKey, POA adapter, String operation, java.lang.Object cookie, Servant servant) argument
H A DPOAProtocolMgr.java150 private final Servant servant ; field in class:POAProtocolMgr.RemoteNamingServantLocator
156 servant = Servant.class.cast( tie ) ;
162 return servant ;
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/
H A DTransactionManagerImpl.java562 ControlImpl cntrlImpl = ControlImpl.servant(JControlHelper.narrow(control));
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java454 // servant used by jaxrpc to call web service business method.
1164 Object servant = (Object) Proxy.newProxyInstance
1181 wsejbEndpointRegistry.registerEndpoint(webServiceEndpoint,endpointFacade,servant,tieClass);

Completed in 52 milliseconds