com.sun.jini.tool.envcheck
Class EnvCheck.GetDescriptors

java.lang.Object
  extended by com.sun.jini.tool.envcheck.EnvCheck.GetDescriptors
All Implemented Interfaces:
SubVMTask
Enclosing class:
EnvCheck

static class EnvCheck.GetDescriptors
extends Object
implements SubVMTask

A subtask which returns the service descriptors and service destructors supplied by the service starter configuration constructed from args.


Constructor Summary
EnvCheck.GetDescriptors()
           
 
Method Summary
 Object run(String[] args)
          Run the subtask.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvCheck.GetDescriptors

EnvCheck.GetDescriptors()
Method Detail

run

public Object run(String[] args)
Description copied from interface: SubVMTask
Run the subtask. Return an object representing the result of the task. If an unexpected exception is thrown in the body of the method, it should be caught and used as the returned object.

Specified by:
run in interface SubVMTask
Returns:
the task status object, which may be null


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.