Searched defs:detach (Results 1 - 25 of 64) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/tools/jstatd/
H A DRemoteVmImpl.java58 public void detach() { method in class:RemoteVmImpl
59 mvm.detach();
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/remote/
H A DRemoteVm.java71 * Interface to detach from the remote Java Virtual Machine.
75 void detach() throws RemoteException; method in interface:RemoteVm
/openjdk7/jaxp/src/org/w3c/dom/traversal/
H A DNodeIterator.java111 * <code>detach</code> method was invoked.
123 * <code>detach</code> method was invoked.
132 * <code>detach</code> has been invoked, calls to <code>nextNode</code>
136 public void detach(); method in interface:NodeIterator
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeIterator.java100 public void detach() method in class:DTMNodeIterator
158 * called after the detach method was invoked.
176 * called after the detach method was invoked.
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DSession.java87 public void detach() { method in class:Session
96 //### and initiate a detach due to an error
/openjdk7/jdk/test/com/sun/tools/attach/
H A DSimpleProvider.java75 public void detach() throws IOException { method in class:SimpleVirtualMachine
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/
H A DMonitoredHostProvider.java80 public void detach(MonitoredVm vm) { method in class:MonitoredHostProvider
81 vm.detach();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DChildTestIterator.java165 * state. After<code>detach</code> has been invoked, calls to
169 public void detach() method in class:ChildTestIterator
175 // Always call the superclass detach last!
176 super.detach();
H A DDescendantIterator.java173 * <code>detach</code> method was invoked.
332 * state. After<code>detach</code> has been invoked, calls to
336 public void detach() method in class:DescendantIterator
342 // Always call the superclass detach last!
343 super.detach();
H A DMatchPatternIterator.java171 * state. After<code>detach</code> has been invoked, calls to
175 public void detach() method in class:MatchPatternIterator
181 // Always call the superclass detach last!
182 super.detach();
H A DReverseAxesWalker.java65 public void detach() method in class:ReverseAxesWalker
68 super.detach();
H A DFilterExprIterator.java101 public void detach() method in class:FilterExprIterator
103 super.detach();
104 m_exprObj.detach();
H A DFilterExprIteratorSimple.java183 public void detach() method in class:FilterExprIteratorSimple
187 super.detach();
188 m_exprObj.detach();
H A DOneStepIterator.java106 * state. After<code>detach</code> has been invoked, calls to
110 public void detach() method in class:OneStepIterator
117 // Always call the superclass detach last!
118 super.detach();
H A DWalkingIterator.java256 * state. After<code>detach</code> has been invoked, calls to
260 public void detach() method in class:WalkingIterator
267 walker.detach();
273 // Always call the superclass detach last!
274 super.detach();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXRTreeFragSelectWrapper.java82 * in the INVALID state. After <code>detach</code> has been invoked,
86 * In general, detach should only be called once on the object.
88 public void detach() method in class:XRTreeFragSelectWrapper
90 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_DETACH_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"detach() not supported by XRTreeFragSelectWrapper!");
H A DXRTreeFrag.java101 * Specify if it's OK for detach to release the iterator for reuse.
103 * @param allowRelease true if it is OK for detach to release this iterator
114 * in the INVALID state. After <code>detach</code> has been invoked,
118 * In general, detach should only be called once on the object.
120 public void detach(){ method in class:XRTreeFrag
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCLHSDB.java72 public void detach() {
172 agent.detach();
194 agent.detach();
213 agent.detach();
223 agent.detach();
227 private void detach() { method in class:CLHSDB
/openjdk7/jdk/src/share/classes/com/sun/tools/attach/
H A DVirtualMachine.java90 * // detach
91 * vm.detach();
275 public abstract void detach() throws IOException; method in class:VirtualMachine
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitoredVm.java95 void detach(); method in interface:MonitoredVm
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DAbstractMonitoredVm.java98 public void detach() { method in class:AbstractMonitoredVm
100 * no default action required because the detach operation for the
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
H A DLocalMonitoredVm.java75 public void detach() { method in class:LocalMonitoredVm
87 super.detach();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java56 /** If detach is called, the fDetach flag is true, otherwise flase. */
369 public void detach() { method in class:NodeIteratorImpl
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DArg.java97 public void detach() method in class:Arg
102 m_val.detach();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebugger.java55 public boolean detach() throws DebuggerException; method in interface:Debugger

Completed in 501 milliseconds

123