com.jniwrapper.win32.process
Class ProcessVariables.EnvironmentVariablesResource

java.lang.Object
  extended by com.jniwrapper.win32.process.ProcessVariables.EnvironmentVariablesResource
All Implemented Interfaces:
com.jniwrapper.NativeResource
Enclosing class:
ProcessVariables

protected static class ProcessVariables.EnvironmentVariablesResource
extends java.lang.Object
implements com.jniwrapper.NativeResource

This class is responsible for destroying a native resource when the instance is collected by garbage-collector.


Constructor Summary
protected ProcessVariables.EnvironmentVariablesResource(long handle)
           
 
Method Summary
 void release()
          Frees a block of environment strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessVariables.EnvironmentVariablesResource

protected ProcessVariables.EnvironmentVariablesResource(long handle)
Method Detail

release

public void release()
             throws java.lang.Throwable
Frees a block of environment strings.

Specified by:
release in interface com.jniwrapper.NativeResource
Throws:
java.lang.Throwable