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.
getID
ID getID()
- Returns:
- the ID.
getName
String getName()
- Returns:
- the String 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 2008 Novell, Inc. All Rights Reserved.