org.keridwen.gmsh.service.linux
Class LinuxGmshReadyService

java.lang.Object
  extended by org.keridwen.gmsh.service.linux.LinuxGmshReadyService
All Implemented Interfaces:
GmshReadyService

public class LinuxGmshReadyService
extends Object
implements GmshReadyService


Constructor Summary
LinuxGmshReadyService()
           
 
Method Summary
 boolean isGmshReady()
          Checks whether VTK native libraries are loaded or not.
 void start()
          Start method called on bundle validation.
 void stop()
          Stop method called on bundle invalidation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxGmshReadyService

public LinuxGmshReadyService()
Method Detail

start

public final void start()
Start method called on bundle validation.


stop

public final void stop()
Stop method called on bundle invalidation.


isGmshReady

public boolean isGmshReady()
Checks whether VTK native libraries are loaded or not.

Specified by:
isGmshReady in interface GmshReadyService
Returns:
true if VTK native libraries have been loaded


Copyright © 2012-2013 Artenum. All Rights Reserved.