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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/
H A DStaticRmiStubGenerator.java380 private String getStubName(String fullName) { argument
382 String className = fullName;
385 int lastDot = fullName.lastIndexOf('.');
387 className = fullName.substring(lastDot+1, fullName.length());
388 packageName = fullName.substring(0, lastDot+1);
393 if(isSpecialPackage(fullName))

Completed in 2470 milliseconds