Searched defs:getID (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DDebugOut.java55 public String getID(); method in interface:DebugOut
H A DDebugOutImpl.java71 public String getID() method in class:DebugOutImpl
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DAMXDebugTest.java63 getID(final String uniquifier) { method in class:AMXDebugTest
80 final String id = getID("testCreateFile" + System.currentTimeMillis());
93 final String id = getID("testToggleDebug");
104 final String id = getID("testReset");
123 final String id = getID("testPrint");
137 final String id = getID("testClose");
154 final String id = getID("testToggleDefaultDebug");
167 final String id = getID("testSetAll");
182 final String id = getID("testMark");
/glassfish-3.1.2/admin/monitor/src/main/java/com/sun/enterprise/admin/monitor/stats/
H A DPWCHttpServiceStats.java60 public StringStatistic getID(); method in interface:PWCHttpServiceStats
/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/
H A DVirtualServer.java77 public String getID(); method in interface:VirtualServer
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DVirtualServerFacade.java135 public String getID() { method in class:VirtualServerFacade
H A DVirtualServer.java295 public String getID() { method in class:VirtualServer
555 Object[] params = { wmID, getID() };
593 new Object[] {wmID, getID()});
685 String vsID = getID();
710 if (getID().equals(org.glassfish.api.web.Constants.ADMIN_VS) &&
787 Object[] params = { id, getID() };
810 Object[] params = { id, getID() };
1050 String lname = DEFAULT_LOGGER.getName() + "._vs." + getID();
1193 new Object[] {getID(), authRealmName});
1246 new Object[] {listenerName, getID()});
[all...]
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/
H A DMessagePolicy.java281 public String getID(); method in interface:MessagePolicy.ProtectionPolicy
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/pwc/
H A DPwcWebModule.java125 public String getID() { method in class:PwcWebModule

Completed in 37 milliseconds