/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/ |
H A D | FullSessionFactory.java | 64 * @param mgr 66 public Session createSession(Manager mgr) { argument 67 return new FullHASession(mgr);
|
H A D | ModifiedAttributeSessionFactory.java | 65 * @param mgr 67 public Session createSession(Manager mgr) { argument 68 return new ModifiedAttributeHASession(mgr);
|
H A D | ModifiedSessionFactory.java | 64 * @param mgr 66 public Session createSession(Manager mgr) { argument 67 return new ModifiedHASession(mgr);
|
H A D | SessionFactory.java | 58 public Session createSession(Manager mgr); argument
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/ |
H A D | EJBSecurityUtil.java | 124 EJBSecurityManager mgr) 131 //EJBSecurityManager mgr = (EJBSecurityManager) c.getSecurityManager(); 132 if (mgr == null) { 141 if((inv.isLocal && mgr.getUsesCallerIdentity()) || 143 ret = mgr.runMethod(meth, obj, objArr); 153 ret = mgr.doAsPrivileged(pea); 123 runMethod(Method beanClassMethod, EjbInvocation inv, Object o, Object[] oa, EJBSecurityManager mgr) argument
|
/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/callers/ |
H A D | AddNotifLsnrObjNameCaller.java | 83 public AddNotifLsnrObjNameCaller(MBeanServerConnection mbsc, ServerNotificationManager mgr) { argument 88 this.notifMgr = mgr;
|
H A D | AddNotifLsnrsCaller.java | 76 public AddNotifLsnrsCaller(MBeanServerConnection mbsc, ServerNotificationManager mgr) { argument 79 this.notifyMgr = mgr;
|
H A D | MethodCallers.java | 70 public static Set callers(MBeanServerConnection mbsc, ServerNotificationManager mgr) { argument 75 buildCallers(callers, mbsc, mgr); 83 ServerNotificationManager mgr) { 89 s.add(new AddNotifLsnrObjNameCaller(mbsc, mgr)); 90 s.add(new AddNotifLsnrsCaller(mbsc, mgr)); 111 s.add(new RemoveNotifLsnrCaller(mbsc, mgr)); 112 s.add(new RemoveNotifLsnrFilterHandbackCaller(mbsc, mgr)); 117 s.add(new RemoveNotifLsnrObjNameFilterHandbackCaller(mbsc, mgr)); 82 buildCallers(Set s, MBeanServerConnection mbsc, ServerNotificationManager mgr) argument
|
H A D | RemoveNotifLsnrCaller.java | 76 public RemoveNotifLsnrCaller(MBeanServerConnection mbsc, ServerNotificationManager mgr) { argument 79 this.notifyMgr = mgr;
|
H A D | RemoveNotifLsnrFilterHandbackCaller.java | 77 public RemoveNotifLsnrFilterHandbackCaller(MBeanServerConnection mbsc, ServerNotificationManager mgr) { argument 80 this.notifyMgr = mgr;
|
H A D | RemoveNotifLsnrObjNameFilterHandbackCaller.java | 77 public RemoveNotifLsnrObjNameFilterHandbackCaller(MBeanServerConnection mbsc, ServerNotificationManager mgr) { argument 80 this.notifMgr = mgr;
|
/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/notification/ |
H A D | NotificationListenerProxy.java | 58 private ServerNotificationManager mgr = null; field in class:NotificationListenerProxy 67 ServerNotificationManager mgr, 70 this.mgr = mgr; 94 mgr.fireNotification(this); 66 NotificationListenerProxy(ObjectName objname, ServerNotificationManager mgr, String id) argument
|
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/jws/boot/ |
H A D | ClassPathManager.java | 69 private static ClassPathManager mgr = null; field in class:ClassPathManager 78 if (mgr == null) { 86 mgr = new ClassPathManager16(loader, keepJWSClassLoader); 88 mgr = new ClassPathManager15(loader, keepJWSClassLoader); 91 return mgr; 94 /** the JNLP class loader active during the instantiation of this mgr */
|
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/ |
H A D | JavaURLContext.java | 107 static void setNamingManager(GlassfishNamingManagerImpl mgr) { argument 108 namingManager = mgr;
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | EjbFutureTask.java | 71 public EjbFutureTask(EjbAsyncTask<V> callable, EjbAsyncInvocationManager mgr) { argument 74 this.asyncInvManager = mgr;
|
H A D | ReadOnlyBeanContainer.java | 525 com.sun.enterprise.security.SecurityManager mgr) 557 beanClassMethod, inv, target, params, mgr); 568 target, params, mgr); 523 invokeTargetBeanMethod(Method beanClassMethod, EjbInvocation inv, Object target, Object[] params, com.sun.enterprise.security.SecurityManager mgr) argument
|
H A D | BaseContainer.java | 4172 Object[] params, com.sun.enterprise.security.SecurityManager mgr) 4171 invokeTargetBeanMethod(Method beanClassMethod, EjbInvocation inv, Object target, Object[] params, com.sun.enterprise.security.SecurityManager mgr) argument
|
/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/notification/ |
H A D | NotificationReceiver.java | 71 private ClientNotificationManager mgr = null; field in class:NotificationReceiver 88 public NotificationReceiver(HttpConnectorAddress ad, ClientNotificationManager mgr) argument 90 this.mgr = mgr; 105 "=" + mgr.getId(); 264 mgr.raiseEvent(wrapr);
|
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/ssl/ |
H A D | J2EEKeyManager.java | 84 private X509KeyManager mgr = null; // delegate field in class:J2EEKeyManager 91 public J2EEKeyManager(X509KeyManager mgr, String alias) { argument 92 this.mgr = mgr; 95 if (mgr instanceof UnifiedX509KeyManager) { 96 UnifiedX509KeyManager umgr = (UnifiedX509KeyManager)mgr; 111 return mgr.chooseClientAlias(keyType, issuers, null); 137 clientAlias = mgr.chooseClientAlias(keyType, issuers, socket); 194 serverAlias = mgr.chooseServerAlias(keyType, issuers, socket); 216 return mgr [all...] |
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ |
H A D | AppClientContainer.java | 927 void setManagedBeanManager(ManagedBeanManager mgr) { argument 928 managedBeanMgr = mgr;
|