Searched defs:ComponentInvocation (Results 1 - 1 of 1) sorted by relevance
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/invocation/ | ||
H A D | ComponentInvocation.java | 49 public class ComponentInvocation class in inherits:Cloneable 90 public ComponentInvocation() { method in class:ComponentInvocation 95 public ComponentInvocation(String componentId, method in class:ComponentInvocation 104 public ComponentInvocation(String componentId, method in class:ComponentInvocation 205 public ComponentInvocation clone() { 206 ComponentInvocation newInv = null; 208 newInv = (ComponentInvocation) super.clone(); |
Completed in 17 milliseconds