com.intel.gpe.gridbeans
Class ApplicationImpl

java.lang.Object
  extended by com.intel.gpe.gridbeans.ApplicationImpl
All Implemented Interfaces:
Application

public class ApplicationImpl
extends java.lang.Object
implements Application

Useful implementation of Application interface.

Version:
$Id: ApplicationImpl.java,v 1.3 2005/12/07 12:12:42 lukichev Exp $
Author:
Alexander Lukichev
See Also:
Application

Field Summary
static Application ANY_APPLICATION
          The indication of any application
static Application WORKFLOW
          The workflow application
 
Constructor Summary
ApplicationImpl(java.lang.String name, java.lang.String version)
           
 
Method Summary
 java.lang.String getApplicationVersion()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORKFLOW

public static final Application WORKFLOW
The workflow application


ANY_APPLICATION

public static final Application ANY_APPLICATION
The indication of any application

Constructor Detail

ApplicationImpl

public ApplicationImpl(java.lang.String name,
                       java.lang.String version)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Application
Returns:
The name of the application

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Application
Returns:
The description of the application

getApplicationVersion

public java.lang.String getApplicationVersion()
Specified by:
getApplicationVersion in interface Application
Returns:
The version of the application