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

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DProgressObjectImpl.java73 public class ProgressObjectImpl extends DFProgressObject { class in inherits:DFProgressObject
75 private final static LocalStringManagerImpl localStrings = new LocalStringManagerImpl(ProgressObjectImpl.class);
103 /** Creates a new instance of ProgressObjectImpl */
104 public ProgressObjectImpl(TargetImpl target) { method in class:ProgressObjectImpl
112 public ProgressObjectImpl(TargetImpl[] targets) { method in class:ProgressObjectImpl
121 public ProgressObjectImpl(Target[] targets) { method in class:ProgressObjectImpl
125 public ProgressObjectImpl(Target target) { method in class:ProgressObjectImpl

Completed in 554 milliseconds