Uses of Interface
gov.nasa.arc.brahms.vm.api.jsvc.IExternalService

Packages that use IExternalService
gov.nasa.arc.brahms.vm.api.components   
gov.nasa.arc.brahms.vm.api.jsvc   
 

Uses of IExternalService in gov.nasa.arc.brahms.vm.api.components
 

Methods in gov.nasa.arc.brahms.vm.api.components that return IExternalService
 IExternalService IVMController.getExternalService(java.lang.String id)
          Returns the external service with the specified ID if such a service is loaded, otherwise a VMException is thrown.
 

Uses of IExternalService in gov.nasa.arc.brahms.vm.api.jsvc
 

Classes in gov.nasa.arc.brahms.vm.api.jsvc that implement IExternalService
 class AbstractAsynchronousEventService
          The AbstractAsynchronousEventService is a base class for external services that want to handle the events generated by the virtual machine asynchronously.
 class AbstractExternalService
          The AbstractExternalService is the class to be extended from by external services that require interaction with the virtual machine.
 class AbstractSynchronousEventService
          The AbstractSynchronousEventService is a base class for external services that want to handle the events generated by the virtual machine synchronously.
 



Copyright © 1997-2012 All Rights Reserved.