/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/ |
H A D | Test.java | 179 RepositoryManager rm = 182 rm.write(System.out); 184 rm.add(st); 186 List<ServiceTag> list = rm.getServiceTags(); 192 rm.add(st); 197 rm.write(System.out); 199 rm.remove(st); 201 rm.write(System.out); 203 rm.remove(st); 208 rm [all...] |
H A D | SysnetRegistrationService.java | 89 RepositoryManager rm = getRepositoryManager(); 91 rm.updateRuntimeValues(); 92 return rm.getServiceTags(); 109 RepositoryManager rm = getRepositoryManager(); 112 if (rm.getRegistrationStatus(st).equals(status))
|
H A D | LocalServiceRegistry.java | 101 RepositoryManager rm = new RepositoryManager(registry); 103 rm.add(st); 123 //List<ServiceTag> list = rm.getServiceTags(); 128 //rm.write(new FileOutputStream("test.xml"));
|
H A D | SysnetTransferManager.java | 68 private RepositoryManager rm; field in class:SysnetTransferManager 75 rm = new RepositoryManager(repositoryFile); 103 rm.updateRuntimeValues(); 105 List<ServiceTag> unTransferredTags = getUntransferredServiceTags(rm); 112 rm.setStatus(tag, ServiceTag.Status.TRANSFERRED); 133 * @param rm the RepositoryManager to use for the local repository 136 private List<ServiceTag> getUntransferredServiceTags(RepositoryManager rm) { argument 137 List<ServiceTag> candidateTags = rm.getServiceTags();
|
H A D | RelayService.java | 66 private RepositoryManager rm; field in class:RelayService 72 rm = new RepositoryManager(repositoryFile); 74 rm.updateRuntimeValues(); 91 List<ServiceTag> serviceTags = rm.getServiceTags();
|
/glassfish-3.1.2/admin/util/src/main/java/org/glassfish/admin/cli/resources/ |
H A D | ResourceFactory.java | 69 for (ResourceManager rm : habitat.getAllByContract(ResourceManager.class)) { 70 if ((rm.getResourceType()).equals(resourceType)) { 71 resourceManager = rm;
|
H A D | ResourcesManager.java | 87 ResourceManager rm = resourceFactory.getResourceManager(resource); 88 rs = rm.create(resources, attrList, props, target); 109 ResourceManager rm = resourceFactory.getResourceManager(resource); 110 rs = rm.create(resources, attrList, props, target);
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/rm/ |
H A D | ResourceManager.java | 41 package com.sun.enterprise.resource.rm;
|
H A D | NoTxResourceManagerImpl.java | 41 package com.sun.enterprise.resource.rm;
|
H A D | SystemResourceManagerImpl.java | 41 package com.sun.enterprise.resource.rm;
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/application/ |
H A D | WLApplicationRuntimeNode.java | 158 SecurityRoleMapper rm = descriptor.getRoleMapper(); 159 if (rm != null) { 161 rm.assignRole(new Group(roleMap.getRoleName()), 166 rm.assignRole(new PrincipalImpl(principals.get(i)),
|
H A D | ApplicationRuntimeNode.java | 224 SecurityRoleMapper rm = descriptor.getRoleMapper(); 225 if (rm != null) { 228 rm.assignRole(principals.get(i).getPrincipal(), 233 rm.assignRole(new Group(groups.get(i)),
|
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/otsidl/ |
H A D | _JControlStub.java | 69 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 91 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 112 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 132 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 154 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 176 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
|
H A D | _CoordinatorResourceStub.java | 67 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 84 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 108 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 132 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 158 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 178 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 195 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
|
H A D | _JCoordinatorStub.java | 68 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 89 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 110 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 131 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 150 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 169 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 188 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 208 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 228 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 248 } catch (org.omg.CORBA.portable.RemarshalException $rm) { [all...] |
/glassfish-3.1.2/registration/glassfish-registration/src/main/java/com/sun/enterprise/registration/glassfish/ |
H A D | RegistrationUtil.java | 158 RepositoryManager rm = new RepositoryManager(getServiceTagRegistry()); 160 String gfInstanceURN = rm.getInstanceURN(gfProductURN); 163 boolean updated = rm.setInstanceURN(gfProductURN,
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/web/ |
H A D | WLWebBundleRuntimeNode.java | 203 SecurityRoleMapper rm = null; 205 rm = app.getRoleMapper(); 207 rm = getRoleMapper(); 209 if (rm != null) { 211 rm.assignRole(new Group(role.getName()), role, descriptor); 215 rm.assignRole(new PrincipalImpl(principals.get(i)),
|
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/jtsxa/ |
H A D | _OTSResourceStub.java | 68 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 92 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 116 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 142 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 162 } catch (org.omg.CORBA.portable.RemarshalException $rm) { 179 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
|
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/ |
H A D | uninstall.sh | 185 if [ -f /bin/rm ] 189 /bin/rm -rf ${CWD}/.org.opensolaris,pkg ]
|
H A D | wrapper.sh | 247 rm tmp.jar 252 rm -rf ${tmpdir_path}/*
|
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/ |
H A D | uninstall.sh | 185 if [ -f /bin/rm ] 189 /bin/rm -rf ${CWD}/.org.opensolaris,pkg ]
|
H A D | wrapper.sh | 247 rm tmp.jar 252 rm -rf ${tmpdir_path}/*
|
/glassfish-3.1.2/installer/src/main/resources/wrappers/ |
H A D | wrapper.sh | 199 rm tmp.jar 204 rm -rf ${tmp}/*
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ |
H A D | PoolManagerImpl.java | 55 import com.sun.enterprise.resource.rm.*; 219 logFine("rm.enlistResource threw Exception. Returning resource to pool"); 361 ResourceManager rm = getResourceManager(h.getResourceSpec()); 362 rm.registerResource(h); 375 ResourceManager rm = getResourceManager(h.getResourceSpec()); 376 rm.unregisterResource(h, xaresFlag); 380 ResourceManager rm = getResourceManager(resource.getResourceSpec()); 381 rm.delistResource(resource, XAResource.TMSUCCESS); 386 ResourceManager rm = getResourceManager(resource.getResourceSpec()); 387 rm [all...] |
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/ |
H A D | EjbBundleRuntimeNode.java | 170 SecurityRoleMapper rm = app.getRoleMapper(); 171 if (rm != null) { 174 rm.assignRole(principals.get(i).getPrincipal(), 179 rm.assignRole(new Group(groups.get(i)),
|