com.novell.zos.grid
Interface JobInfo

All Superinterfaces:
Serializable

public interface JobInfo
extends Serializable

JobInfo is a client representation of a Deployed Job.

The interface is for describing details about a deployed job. This is a simplified interface that is likely to be a subset of Job. It is used in the client API and for management.


Field Summary
static String DISPLAY_NAME
          The user's UI display name in the system.
static String DISPLAY_NAME_DESC
           
static String OBJECT_TYPE
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 ID getID()
           
 String getName()
           
 FactSet getParameters()
           
 String[] getPolicyNames()
           
 boolean isEnabled()
           
 boolean isJdlVisible()
           
 boolean isVisible()
           
 

Field Detail

OBJECT_TYPE

static final String OBJECT_TYPE
See Also:
Constant Field Values

DISPLAY_NAME

static final String DISPLAY_NAME
The user's UI display name in the system.


DISPLAY_NAME_DESC

static final String DISPLAY_NAME_DESC
See Also:
Constant Field Values
Method Detail

getID

ID getID()
Returns:
the ID.

getName

String getName()
Returns:
the String name.

getDisplayName

String getDisplayName()
Returns:
the job's display name.

isEnabled

boolean isEnabled()
Returns:
true if enabled; false otherwise.

getParameters

FactSet getParameters()

getDescription

String getDescription()

isVisible

boolean isVisible()

isJdlVisible

boolean isJdlVisible()

getPolicyNames

String[] getPolicyNames()


Copyright (c) 2010 Novell, Inc. All rights reserved.