A C D E F G H I L M N O P R S T U V W Z

A

Activity - Interface in com.platform.ego
The interface provides a mechanism to control execution activities.
ActivityCallbackHandler - Interface in com.platform.ego
The interface give user a chance to define how to handle notifications of client's activity.
ActivityInfo - Class in com.platform.ego.impl
ActivityInfo provides detailed information of workload activity.
ActivityInfo() - Constructor for class com.platform.ego.impl.ActivityInfo
 
ActivityRequest - Class in com.platform.ego.impl
ActivityRequest specifies activity request.
ActivityRequest() - Constructor for class com.platform.ego.impl.ActivityRequest
 
ActivitySample - Class in com.platform.ego.examples
This sample shows how to start an activity and monitor the state of the activity
ActivityState - Class in com.platform.ego.impl
ActivityState specifies states of workload activity.
ActivityStateChange - Class in com.platform.ego.impl
ActivityStateChange notifies the user with information from EGO when an activity state changes.
ActivityStateChange() - Constructor for class com.platform.ego.impl.ActivityStateChange
 
addConsumer(Consumer, String) - Method in interface com.platform.ego.ConsumerAdmin
Add consumer node and its properties.
addResourceGroup(ResourceGroup) - Method in interface com.platform.ego.ClusterAdmin
Add one new resource group configuration.
addRoleUser(Role, int, String) - Method in interface com.platform.ego.UserAdmin
Assign role to one user.
addUser(User) - Method in interface com.platform.ego.UserAdmin
Add one user.
allocate(AllocRequest, AllocationCallbackHandler) - Method in interface com.platform.ego.Client
This operation is used by an EGO client to make a request for resources.
AllocateSample - Class in com.platform.ego.examples
This sample shows how to allocate a resource and start an activity on it.
ALLOCATING - Static variable in class com.platform.ego.impl.ServiceState
 
Allocation - Interface in com.platform.ego
The interface provides a mechanism to control resource allocations.
AllocationCallbackHandler - Interface in com.platform.ego
The interface give user a chance to define how to handle notifications of client's allocation.
AllocationInfo - Class in com.platform.ego.impl
AllocationInfo provides detailed information on resource allocation.
AllocationInfo() - Constructor for class com.platform.ego.impl.AllocationInfo
 
AllocReclaim - Class in com.platform.ego.impl
AllocReclaim displays information which EGO notifies when allocation was reclaimed.
AllocReclaim() - Constructor for class com.platform.ego.impl.AllocReclaim
 
AllocReply - Class in com.platform.ego.impl
AllocReply displays information which EGO notifies when allocation get resources.
AllocReply() - Constructor for class com.platform.ego.impl.AllocReply
 
AllocRequest - Class in com.platform.ego.impl
AllocRequest specifies an allocation request.
AllocRequest() - Constructor for class com.platform.ego.impl.AllocRequest
 
AllocStatus - Class in com.platform.ego.impl
AllocStatus specifies state of resource allocation.
area - Variable in exception com.platform.ego.exception.EGOException
 
args - Variable in exception com.platform.ego.exception.EGOException
 
Attribute - Class in com.platform.ego.impl
General structure that carries the name value pair of any attribute.
Attribute() - Constructor for class com.platform.ego.impl.Attribute
 
AuthenticationException - Exception in com.platform.ego.exception
Signals that an authentication exception has occurred.
AuthenticationException(String, int, String, Throwable) - Constructor for exception com.platform.ego.exception.AuthenticationException
Constructs an AuthenticationException with the specified detailed message and nested exception.
AuthenticationException(String, int, String) - Constructor for exception com.platform.ego.exception.AuthenticationException
Constructs an AuthenticationException with the specified detailed message.

C

Client - Interface in com.platform.ego
The interface provides a mechanism to control one session with EGO.
ClientCallbackHandler - Interface in com.platform.ego
The interface give user a chance to define how to handle notifications of client.
ClientInfo - Class in com.platform.ego.impl
ClientInfo provides detailed information about one client.
ClientInfo() - Constructor for class com.platform.ego.impl.ClientInfo
 
ClientInfoProvider - Interface in com.platform.ego
ClientInfoProvider is used to get various information about the EGO client.
ClientSample - Class in com.platform.ego.examples
This sample shows how to register/unregister a client to the Platform EGO.
CLOSED - Static variable in class com.platform.ego.impl.ResourceState
 
closeHost(String) - Method in interface com.platform.ego.ClusterAdmin
Close PEM on a host.
Cluster - Interface in com.platform.ego
The interface provides a mechanism to control the EGO cluster.
CLUSTER_ADMIN - Static variable in class com.platform.ego.impl.RoleType
 
ClusterAdmin - Interface in com.platform.ego
This interface supports the control and management functions of EGO.
ClusterFactory - Class in com.platform.ego.impl
This class generates Cluster object.
ClusterFactory() - Constructor for class com.platform.ego.impl.ClusterFactory
 
ClusterInfo - Class in com.platform.ego.impl
ClusterInfo provides detailed information about the EGO cluster.
ClusterInfo() - Constructor for class com.platform.ego.impl.ClusterInfo
 
ClusterSample - Class in com.platform.ego.examples
This sample shows how to connect to the Platform EGO web service gateway in order to get information on resources in the Platform EGO cluster.
com.platform.ego - package com.platform.ego
 
com.platform.ego.examples - package com.platform.ego.examples
 
com.platform.ego.exception - package com.platform.ego.exception
 
com.platform.ego.impl - package com.platform.ego.impl
 
COMPLETED - Static variable in class com.platform.ego.impl.AllocStatus
 
Consumer - Class in com.platform.ego.impl
Consumer specifies detailed definition of consumer.
Consumer() - Constructor for class com.platform.ego.impl.Consumer
 
CONSUMER_ADMIN - Static variable in class com.platform.ego.impl.RoleType
 
CONSUMER_USER - Static variable in class com.platform.ego.impl.RoleType
 
ConsumerAdmin - Interface in com.platform.ego
This interface supports the control and management functions of EGO's consumer.
ConsumerHosts - Class in com.platform.ego.impl
ConsumerHosts specifies information of resources which consumer owns.
ConsumerHosts() - Constructor for class com.platform.ego.impl.ConsumerHosts
 
ConsumerPlan - Interface in com.platform.ego
ConsumerPlan specifies plan for a consumer.
CORE - Static variable in class com.platform.ego.impl.RlimitName
 
CPU - Static variable in class com.platform.ego.impl.RlimitName
 
createCluster(String) - Static method in class com.platform.ego.impl.ClusterFactory
Creates an instance of Cluster object for use.
createCluster(String, int) - Static method in class com.platform.ego.impl.ClusterFactory
Creates an instance of Cluster object for use.
createCluster(URL) - Static method in class com.platform.ego.impl.ClusterFactory
Creates an instance of Cluster object for use.
createCluster(URL, int) - Static method in class com.platform.ego.impl.ClusterFactory
Creates an instance of Cluster object for use.
createService(String) - Method in interface com.platform.ego.ClusterAdmin
Create one new service.

D

DATA - Static variable in class com.platform.ego.impl.RlimitName
 
DEALLOCATING - Static variable in class com.platform.ego.impl.ServiceState
 
DEBUG - Static variable in class com.platform.ego.impl.Level
 
DEFINED - Static variable in class com.platform.ego.impl.ServiceState
 
delConsumer(String) - Method in interface com.platform.ego.ConsumerAdmin
Delete consumer node and its properties.
delResourceGroup(String) - Method in interface com.platform.ego.ClusterAdmin
Delete one resource group configuration.
delUser(String) - Method in interface com.platform.ego.UserAdmin
Delete one user.
disable() - Method in interface com.platform.ego.Service
Disable one service.
disableService(String) - Method in interface com.platform.ego.ClusterAdmin
Disable an existing service.
DYNAMIC - Static variable in class com.platform.ego.impl.ResourceGroupType
 

E

EGO_ALLOC_EXCLUSIVE - Static variable in class com.platform.ego.impl.AllocRequest
If EGO_ALLOC_EXCLUSIVE is set, host allocated is not shared by other allocations.
EGO_REALLOC_DELTA - Static variable in class com.platform.ego.impl.ReallocRequest
If EGO_REALLOC_DELTA is set, newMinSlot and newMaxSlot considered delta values instead of absolute values.
EGO_RELEASE_AUTOADJ - Static variable in interface com.platform.ego.impl.ReleaseRequestFlags
 
EGO_RELEASE_AUTOADJUST - Static variable in class com.platform.ego.impl.ReleaseRequest
 
EGO_RELEASE_BLOCKED - Static variable in class com.platform.ego.impl.ReleaseRequest
 
EGO_RELEASE_BLOCKED - Static variable in interface com.platform.ego.impl.ReleaseRequestFlags
 
EGO_RELEASE_MODIFY - Static variable in class com.platform.ego.impl.ReleaseRequest
 
EGO_RELEASE_MODIFY - Static variable in interface com.platform.ego.impl.ReleaseRequestFlags
 
EGOException - Exception in com.platform.ego.exception
Signals that an EGO exception has occurred.
EGOException() - Constructor for exception com.platform.ego.exception.EGOException
Construct a blank instance.
EGOException(int) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance using a given error code.
EGOException(int, String) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance using a given message and error code.
EGOException(int, String, Object[]) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance using a given message, error code and arguments.
EGOException(int, String, Object[], Throwable) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance using a given message, code of error, arguments and nested exception.
EGOException(String, Throwable) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance using a given message and nested exception.
EGOException(int, String, Throwable) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance using error code, a given message and nested exception.
EGOException(String, int, String, Throwable) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance area of function, using error code, a given message and nested exception.
EGOException(String, int, String) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance area of function, using error code and a given message.
EGOException(int, Throwable) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance by a given message and nested exception.
EGOException(Throwable) - Constructor for exception com.platform.ego.exception.EGOException
Construct an instance by a root cause of this exception.
enable() - Method in interface com.platform.ego.Service
Enable one service.
enableService(String) - Method in interface com.platform.ego.ClusterAdmin
Enable an existing service.
Environment - Class in com.platform.ego.impl
Definition of environment which is needed when start activity.
Environment() - Constructor for class com.platform.ego.impl.Environment
 
equals(Object) - Method in class com.platform.ego.impl.ActivityState
 
equals(Object) - Method in class com.platform.ego.impl.AllocStatus
 
equals(Object) - Method in class com.platform.ego.impl.Level
 
equals(Object) - Method in class com.platform.ego.impl.ResourceGroupType
 
equals(Object) - Method in class com.platform.ego.impl.ResourceState
 
equals(Object) - Method in class com.platform.ego.impl.RlimitName
 
equals(Object) - Method in class com.platform.ego.impl.RoleType
 
equals(Object) - Method in class com.platform.ego.impl.ServiceInstanceState
 
equals(Object) - Method in class com.platform.ego.impl.ServiceState
 
equals(Object) - Method in class com.platform.ego.impl.Signal
 
ERROR - Static variable in class com.platform.ego.impl.Level
 
ERROR - Static variable in class com.platform.ego.impl.ServiceInstanceState
 
ERROR - Static variable in class com.platform.ego.impl.ServiceState
 
errorCode - Variable in exception com.platform.ego.exception.EGOException
 
errorMessage - Variable in exception com.platform.ego.exception.EGOException
 
ExecutionException - Exception in com.platform.ego.exception
Signals that the operation cannot be executed now.
ExecutionException(String, int, String, Throwable) - Constructor for exception com.platform.ego.exception.ExecutionException
Constructs an ExecutionException with the specified detailed message and nested exception.
ExecutionException(String, int, String) - Constructor for exception com.platform.ego.exception.ExecutionException
Constructs an AuthenticationException with the specified detailed message.

F

FATAL - Static variable in class com.platform.ego.impl.Level
 
FINISH - Static variable in class com.platform.ego.impl.ActivityState
 
FINISH - Static variable in class com.platform.ego.impl.ServiceInstanceState
 
free() - Method in interface com.platform.ego.Allocation
This operation is used to cancel an existing allocation.
FSIZE - Static variable in class com.platform.ego.impl.RlimitName
 
funName - Variable in exception com.platform.ego.exception.EGOException
 

G

getActivities() - Method in interface com.platform.ego.Resource
Get all activities that run on the resource.
getActivityID() - Method in interface com.platform.ego.Activity
Get ID of activity.
getActivityID() - Method in class com.platform.ego.impl.ActivityInfo
Get ID of activity.
getActivityID() - Method in class com.platform.ego.impl.ActivityStateChange
Get ID of activity.
getActivityID() - Method in class com.platform.ego.impl.ServiceInstance
Get activity ID of service instance.
getActivityID() - Method in class com.platform.ego.impl.ServiceInstanceStateChange
Get workload activity ID releated to the service instance.
getActivityInfo() - Method in interface com.platform.ego.Activity
Get detailed information of activity.
getActivityInfos(String[], String[], String[]) - Method in interface com.platform.ego.ClientInfoProvider
Get detailed information about activities.
getActivityRequest() - Method in interface com.platform.ego.Activity
Get request of activity.
getActivityRequest() - Method in class com.platform.ego.impl.ActivityInfo
Get request of activity.
getActivityRequest() - Method in class com.platform.ego.impl.ServiceInstanceDef
Get request of activity.
getAdmins() - Method in class com.platform.ego.impl.Consumer
Get administrators of consumer.
getAllocatedSlots() - Method in class com.platform.ego.impl.ResourceGroup
Get allocated slots of resource group.
getAllocation() - Method in interface com.platform.ego.Resource
Get one allocation to which the resource belongs.
getAllocationInfos(String) - Method in interface com.platform.ego.ClientInfoProvider
Get detailed information of allocations that is owned by the consumer.
getAllocations() - Method in interface com.platform.ego.Client
Get allocations of client.
getAllocID() - Method in interface com.platform.ego.Activity
Get ID of allocation.
getAllocID() - Method in interface com.platform.ego.Allocation
Get ID of allocation.
getAllocID() - Method in class com.platform.ego.impl.ActivityInfo
Get ID of allocation that activity uses.
getAllocID() - Method in class com.platform.ego.impl.ActivityStateChange
Get ID of allocation that activity runs on.
getAllocID() - Method in class com.platform.ego.impl.AllocationInfo
Get ID of allocation.
getAllocID() - Method in class com.platform.ego.impl.AllocReply
Get ID of allocation.
getAllocID() - Method in class com.platform.ego.impl.Reclaim
Get ID of allocation.
getAllocID() - Method in class com.platform.ego.impl.ResourceStateChange
Get allocation ID that this state change corresponds to.
getAllocID() - Method in class com.platform.ego.impl.ServiceAllocation
Get ID of allocation which the service allocated.
getAllocid() - Method in class com.platform.ego.impl.ServiceStateChange
Get ID of allocation.
getAllocInfo() - Method in interface com.platform.ego.Allocation
Get detailed information of allocation.
getAllocName() - Method in class com.platform.ego.impl.AllocRequest
Get name of allocation.
getAllocRequest() - Method in interface com.platform.ego.Allocation
Get request of allocation.
getAllocRequest() - Method in class com.platform.ego.impl.AllocationInfo
Get request of allocation.
getAllocRequest() - Method in class com.platform.ego.impl.ServiceContext
Get request for allocation.
getArea() - Method in exception com.platform.ego.exception.EGOException
Get area of function that produces the error.
getArgs() - Method in exception com.platform.ego.exception.EGOException
Get arguments used to bundle message from resource file.
getAttribute() - Method in class com.platform.ego.impl.ServiceInstanceDef
Get attributes of activity.
getAttributes() - Method in class com.platform.ego.impl.ResourceInfo
Get host attributes.
getBhostVector() - Method in class com.platform.ego.impl.ServiceAllocation
Get the array of host information records.
getBlockList() - Method in class com.platform.ego.impl.AllocationInfo
Get host block list of allocation.
getBorrowed() - Method in interface com.platform.ego.ConsumerPlan
Get the number of borrowed slots of the current plan.
getBorrowFrom() - Method in interface com.platform.ego.ConsumerPlan
Get the lender array of the current plan.
getBorrowFrom(Calendar) - Method in interface com.platform.ego.ConsumerPlan
Get the lender array for the given day/time.
getBorrowLimit() - Method in interface com.platform.ego.ConsumerPlan
Get the borrow limit of the current plan.
getBorrowLimit(Calendar) - Method in interface com.platform.ego.ConsumerPlan
Get the borrow limit for the given day/time.
getCandidateMasterArray() - Method in class com.platform.ego.impl.ClusterInfo
Get master candidate list of cluster.
getClient(String, String) - Method in interface com.platform.ego.Cluster
Creates an instance of Client obiect for more operations which need authentication.
getClient(String, String, int) - Method in interface com.platform.ego.Cluster
Creates an instance of Client object for more operations that need authentication.
getClientAllocationInfos(String) - Method in interface com.platform.ego.ClientInfoProvider
Get detailed information about allocations that are owned by the consumer and allocated by the client.
getClientInfo() - Method in interface com.platform.ego.ClientInfoProvider
Get client detailed information.
getClientInfos(String) - Method in interface com.platform.ego.InfoProvider
Get the infomation of client.
getClientName() - Method in interface com.platform.ego.Activity
Get name of client.
getClientName() - Method in class com.platform.ego.impl.ActivityStateChange
Get name of client that started activity.
getClientName() - Method in class com.platform.ego.impl.AllocationInfo
Get name of client that allocates the allocation.
getClientName() - Method in class com.platform.ego.impl.AllocReclaim
Get name of client.
getClientName() - Method in class com.platform.ego.impl.AllocReply
Get name of client.
getClientName() - Method in class com.platform.ego.impl.ResourceStateChange
Get client name that this state change corresponds to.
getClusterAdmin() - Method in interface com.platform.ego.Client
Get admin of cluster.
getClusterInfo() - Method in interface com.platform.ego.InfoProvider
Retrieve meta data about the EGO cluster.
getClusterName() - Method in class com.platform.ego.impl.ClusterInfo
Get name of cluster.
getCommand() - Method in class com.platform.ego.impl.ActivityRequest
Get command, argc and argv to execute.
getConf() - Method in class com.platform.ego.impl.ResourceGroup
Get configuration of resource group.
getConn() - Method in interface com.platform.ego.Client
Get connection.
getConsumerAdmin() - Method in interface com.platform.ego.Client
Get admin of consumer.
getConsumerHosts(String) - Method in interface com.platform.ego.ClientInfoProvider
Get detailed information about hosts that are owned by the consumer.
getConsumerID() - Method in interface com.platform.ego.Allocation
Get path of consumer that owns the allocation.
getConsumerID() - Method in class com.platform.ego.impl.AllocationInfo
Get ID of consumer that owns the allocation.
getConsumerID() - Method in class com.platform.ego.impl.AllocReply
Get ID of consumer.
getConsumerID() - Method in class com.platform.ego.impl.ConsumerHosts
Get ID of consumer.
getConsumerID() - Method in class com.platform.ego.impl.Reclaim
Get ID of consumer.
getConsumerName() - Method in interface com.platform.ego.Activity
Get name of consumer.
getConsumerName() - Method in interface com.platform.ego.ConsumerPlan
Get name of consumer.
getConsumerName() - Method in class com.platform.ego.impl.ActivityInfo
Get name of consumer that activity uses.
getConsumerName() - Method in class com.platform.ego.impl.AllocRequest
Get name of consumer.
getConsumerName() - Method in class com.platform.ego.impl.ResourceStateChange
Get consumer name that this allocation belongs to.
getConsumerName() - Method in class com.platform.ego.impl.ServiceAllocRequest
Get name of consumer that the service uses to request an allocation.
getConsumerPlan(String, String) - Method in interface com.platform.ego.Client
Get Consumer Plan for the given consumer and resource group.
getConsumerResources(String) - Method in interface com.platform.ego.ConsumerAdmin
Get resources that are allocated to specific consumer.
getConsumerTree(RoleType) - Method in interface com.platform.ego.ClientInfoProvider
Get the static consumer tree.
getConsumerTree(RoleType, boolean) - Method in interface com.platform.ego.ClientInfoProvider
Get the static consumer tree.
getContext() - Method in class com.platform.ego.impl.Role
Get context of role.
getContext() - Method in class com.platform.ego.impl.ServiceInfo
Get service context definition.
getContext() - Method in interface com.platform.ego.Service
Get context of service.
getControlWaitPeriod() - Method in class com.platform.ego.impl.ActivityRequest
Get the period waiting for container to stop.
getDefaultConfFile() - Static method in class com.platform.ego.impl.LoggerManager
Get configure file name of default logger.
getDefaultLoggerLevel() - Static method in class com.platform.ego.impl.LoggerManager
Get logger's level of default logger.
getDefinedHostType() - Method in interface com.platform.ego.InfoProvider
Get active host types.
getDependency() - Method in class com.platform.ego.impl.ServicePolicy
Get dependency relationship of service.
getDescription() - Method in interface com.platform.ego.Client
Get description of client.
getDescription() - Method in class com.platform.ego.impl.ClientInfo
Get description of client.
getDescription() - Method in class com.platform.ego.impl.ResourceGroup
Get description of resource group.
getDescription() - Method in class com.platform.ego.impl.ServiceContext
Get description of the service.
getDescription() - Method in class com.platform.ego.impl.User
Get description of user.
getEmail() - Method in class com.platform.ego.impl.User
Get contact e-mail address of user.
getEndTime() - Method in class com.platform.ego.impl.ActivityInfo
Get time when activity finished.
getEnv() - Method in class com.platform.ego.impl.ActivityRequest
Get environment variables in val=value format
getErrorCode() - Method in exception com.platform.ego.exception.EGOException
Get error code.
getExecCwd() - Method in class com.platform.ego.impl.ActivityRequest
Get execution working directory.
getExecGID() - Method in class com.platform.ego.impl.ActivityInfo
Get execution gid of activity.
getExecHome() - Method in class com.platform.ego.impl.ActivityInfo
Get execution home directoy of activity.
getExecUID() - Method in class com.platform.ego.impl.ActivityInfo
Get execution user id of activity.
getExecUser() - Method in class com.platform.ego.impl.ActivityRequest
Get execution user name.
getExecuser() - Method in class com.platform.ego.impl.Consumer
Get execution user of consumer.
getExitReason() - Method in class com.platform.ego.impl.ActivityInfo
Get exit reason of activity.
getExitStatus() - Method in class com.platform.ego.impl.ActivityInfo
Get exit status of activity.
getFlag() - Method in interface com.platform.ego.Logger
Get one flag which indicates whether logger is opened.
getFlags() - Method in class com.platform.ego.impl.AllocRequest
Get flags: valid flags: - EGO_ALLOC_EXCLUSIVE: host allocated is not shared by other allocations.
getFlags() - Method in class com.platform.ego.impl.ReallocRequest
Get flags : valid flags: - EGO_REALLOC_DELTA : newMinSlot and newMaxSlot are considered delta values
getFlags() - Method in class com.platform.ego.impl.ReleaseRequest
Get flags that indicate the behavior of resource release.
getFreeSlots() - Method in class com.platform.ego.impl.ResourceGroup
Get free slots of resource group.
getHostFailoverInterval() - Method in class com.platform.ego.impl.ServicePolicy
Get host failover interval (integer from 0 to INFINIT).
getHostname() - Method in class com.platform.ego.impl.ServiceInstanceStateChange
Get name of host that the service instance is running on.
getHosts() - Method in class com.platform.ego.impl.AllocReply
Get hosts of allocation.
getHosts() - Method in class com.platform.ego.impl.Reclaim
Get hosts of allocation.
getHosts() - Method in class com.platform.ego.impl.ReleaseRequest
Get hosts of allocation.
getHosts() - Method in class com.platform.ego.impl.ServiceAllocation
Get names of blocked hosts.
getHostTypesVector() - Method in class com.platform.ego.impl.HostTypes
Get host types.
getInfoProvider() - Method in interface com.platform.ego.Client
Get information provider.
getInfoProvider() - Method in interface com.platform.ego.Cluster
Creates an instance of InfoProvider object for use.
getInstances() - Method in class com.platform.ego.impl.ServiceInfo
Get instances of service.
getInstances() - Method in interface com.platform.ego.Service
Get instance of service.
getInstancesDef() - Method in class com.platform.ego.impl.ServiceContext
Get definitions of service instance.
getInstanceSequenceID() - Method in class com.platform.ego.impl.ServiceInstance
Get sequence ID of service instance.
getInstanceSequenceID() - Method in class com.platform.ego.impl.ServiceInstanceControl
Get sequence ID of service instance.
getInstancesNum() - Method in class com.platform.ego.impl.ServiceInfo
Get number of service instances.
getJobController() - Method in class com.platform.ego.impl.ActivityRequest
Get command to control the container.
getJobID() - Method in class com.platform.ego.impl.PidInfo
Get ID of job.
getLendLimit() - Method in interface com.platform.ego.ConsumerPlan
Get the lend limit of the current plan.
getLendLimit(Calendar) - Method in interface com.platform.ego.ConsumerPlan
Get the lend limit for the given day/time.
getLendTo() - Method in interface com.platform.ego.ConsumerPlan
Get the borrower array of the current plan.
getLendTo(Calendar) - Method in interface com.platform.ego.ConsumerPlan
Get the borrower array for the given day/time.
getLent() - Method in interface com.platform.ego.ConsumerPlan
Get the number of lent slots of the current plan.
getLevel() - Method in class com.platform.ego.impl.Level
 
getLocation() - Method in interface com.platform.ego.Client
Get location of client.
getLocation() - Method in class com.platform.ego.impl.ClientInfo
Get location of client.
getLoggerLevel() - Method in interface com.platform.ego.Logger
Get level of logger.
getMasterHost() - Method in interface com.platform.ego.InfoProvider
Get name of master host.
getMasterHostList() - Method in interface com.platform.ego.InfoProvider
Get master candidate host list.
getMasterName() - Method in class com.platform.ego.impl.ClusterInfo
Get name of master host.
getMaxInstances() - Method in class com.platform.ego.impl.ServiceContext
Get maximum number of service instances.
getMaxInstancesPerHost() - Method in class com.platform.ego.impl.ServiceContext
Get maximum instances running on one host.
getMaxInstancesPerSlot() - Method in class com.platform.ego.impl.ServiceContext
Get maximum instances running on one slot.
getMaxRestarts() - Method in class com.platform.ego.impl.ServicePolicy
Get maximum restart times of service.
getMaxslots() - Method in class com.platform.ego.impl.AllocRequest
Get maximum slots that this request requires.
getMem() - Method in class com.platform.ego.impl.RRUsage
Get total resident set size in kbytes of all running processes in activity
getMinInstances() - Method in class com.platform.ego.impl.ServiceContext
Get minimum number of service instances.
getMinslots() - Method in class com.platform.ego.impl.AllocRequest
Get minimum slots that this request requires.
getName() - Method in interface com.platform.ego.Client
Get name of client.
getName() - Method in class com.platform.ego.impl.ActivityInfo
Get name of activity.
getName() - Method in class com.platform.ego.impl.ActivityRequest
Get name of activity.
getName() - Method in class com.platform.ego.impl.Attribute
Get name of the attribute.
getName() - Method in class com.platform.ego.impl.ClientInfo
Get name of client.
getName() - Method in class com.platform.ego.impl.Consumer
Get name of consumer.
getName() - Method in class com.platform.ego.impl.Environment
Get name of environment.
getName() - Method in class com.platform.ego.impl.Host
Get name of host.
getName() - Method in class com.platform.ego.impl.ResourceGroup
Get name of resource group.
getName() - Method in class com.platform.ego.impl.ResourceInfo
Get name of host.
getName() - Method in class com.platform.ego.impl.Rlimit
Get name of resource limit.
getName() - Method in class com.platform.ego.impl.ServiceContext
Get name of service.
getName() - Method in class com.platform.ego.impl.ServiceInfo
Get name of service.
getName() - Method in class com.platform.ego.impl.User
Get contact name of user.
getName() - Method in interface com.platform.ego.Resource
Get name of resource.
getName() - Method in interface com.platform.ego.Service
Get name of service.
getNewMaxslots() - Method in class com.platform.ego.impl.ReallocRequest
Get new max slots requirement.
getNewMinslots() - Method in class com.platform.ego.impl.ReallocRequest
Get new min slots requirement.
getNewState() - Method in class com.platform.ego.impl.ResourceStateChange
Get new state of resource.
getNewstate() - Method in class com.platform.ego.impl.ServiceInstanceStateChange
Get new state of the service instance
getNewState() - Method in class com.platform.ego.impl.ServiceStateChange
Get new state of service.
getNthreads() - Method in class com.platform.ego.impl.RRUsage
Get number of currently active threads in activity.
getOldstate() - Method in class com.platform.ego.impl.ServiceInstanceStateChange
Get old state of the service instance.
getOldstate() - Method in class com.platform.ego.impl.ServiceStateChange
Get old state of service.
getOption() - Method in class com.platform.ego.impl.ServiceInstanceControl
 
getOwned() - Method in interface com.platform.ego.ConsumerPlan
Get the number of owned slots of the current plan.
getOwned(Calendar) - Method in interface com.platform.ego.ConsumerPlan
Get the number of owned slots for the interval that contains the given day/time.
getOwnedInUse() - Method in interface com.platform.ego.ConsumerPlan
Get the number of owned slots in use in the current plan.
getPassword() - Method in class com.platform.ego.impl.User
Get password of user.
getPemPGID() - Method in class com.platform.ego.impl.ActivityInfo
Get pem pgid of activity.
getPemPID() - Method in class com.platform.ego.impl.ActivityInfo
Get pem pid of activity.
getPGID() - Method in class com.platform.ego.impl.ActivityInfo
Get pgid of activity.
getPGID() - Method in class com.platform.ego.impl.PidInfo
Get group id of process.
getPhone() - Method in class com.platform.ego.impl.User
Get contact phone number of user.
getPID() - Method in class com.platform.ego.impl.ActivityInfo
Get pid of activity.
getPID() - Method in class com.platform.ego.impl.PidInfo
Get id of process.
getPidInfo() - Method in class com.platform.ego.impl.RRUsage
Get array of currently active processes' information.
getPlan() - Method in interface com.platform.ego.ConsumerPlan
Get the resource plan
getPlans() - Method in class com.platform.ego.impl.Consumer
Get resource groups of consumer.
getPolicy() - Method in class com.platform.ego.impl.ServiceContext
Get policy of service.
getPolicy() - Method in class com.platform.ego.impl.ServiceInfo
Get policy that specifies how to manage a service.
getPPID() - Method in class com.platform.ego.impl.PidInfo
Get pem id of process.
getPriority() - Method in interface com.platform.ego.ConsumerPlan
Get the priority of the consumer for the current plan.
getPriority(Calendar) - Method in interface com.platform.ego.ConsumerPlan
Get the priority of the consumer for the interval that contain the given time.
getPriority() - Method in class com.platform.ego.impl.ServiceContext
Get order EGOSC starts services.
getReason() - Method in class com.platform.ego.impl.ServiceInstanceStateChange
Get reason why the service instance entered an ERROR state.
getRebalance() - Method in class com.platform.ego.impl.Consumer
Get rebalance flag.
getReclaim() - Method in class com.platform.ego.impl.AllocReclaim
Get reclaim messages.
getReclaimTimeout() - Method in class com.platform.ego.impl.AllocReclaim
Get timeout of reclaim.
getReclaimtimeout() - Method in class com.platform.ego.impl.Consumer
Get timeout of reclaim.
getResource(String) - Method in interface com.platform.ego.Allocation
Get resource by name of resource.
getResourceGroup() - Method in class com.platform.ego.impl.AllocRequest
Get resource group that client would like the host to be from.
getResourceGroup() - Method in class com.platform.ego.impl.ServiceAllocRequest
Get the resource group that the service would like to select the host from.
getResourceGroupName() - Method in interface com.platform.ego.ConsumerPlan
Get name of ResourceGroup.
getResourceGroups(String[]) - Method in interface com.platform.ego.InfoProvider
Get information about ResourceGroup(s).
getResourceInfos() - Method in class com.platform.ego.impl.AllocationInfo
Get information on resource that allocation includes.
getResourceInfos() - Method in class com.platform.ego.impl.ConsumerHosts
Get information of resource.
getResourceInfos(String, String[]) - Method in interface com.platform.ego.InfoProvider
Get resource information from EGO.
getResourceName() - Method in interface com.platform.ego.Activity
Get name of resource on which the activity runs.
getResourceName() - Method in class com.platform.ego.impl.ActivityInfo
Get name of resource that activity uses.
getResourceName() - Method in class com.platform.ego.impl.ResourceConf
Get name of resource.
getResourcename() - Method in class com.platform.ego.impl.ResourceStateChange
Get name of resource.
getResourceName() - Method in class com.platform.ego.impl.ServiceInstance
Get name of resource that the service instance runs on.
getResourceName() - Method in class com.platform.ego.impl.ServiceInstanceControl
Get resource name of service instance.
getResourceNumber() - Method in class com.platform.ego.impl.ResourceSummary
Get number of resources.
getResources() - Method in interface com.platform.ego.Allocation
Get all resources that are included in the allocation.
getResourceSummary() - Method in interface com.platform.ego.InfoProvider
Get host summary information.
getResReq() - Method in class com.platform.ego.impl.AllocRequest
Get resource requirement string that a host must satisfy to be considered a candidate.
getResReq() - Method in class com.platform.ego.impl.ResourceGroup
Get request string of resource.
getResReq() - Method in class com.platform.ego.impl.ServiceAllocRequest
Get resource requirement string that a host must satisfy to be considered a candidate.
getRlim_cur() - Method in class com.platform.ego.impl.Rlimit
Get current (aka soft) resource limit.
getRlim_max() - Method in class com.platform.ego.impl.Rlimit
Get maximum (aka hard) resource limit.
getRlimits() - Method in class com.platform.ego.impl.ActivityRequest
Get resource limits to set for the container.
getRoles4User(String) - Method in interface com.platform.ego.InfoProvider
Get the role of certain user
getRootCause() - Method in exception com.platform.ego.exception.EGOException
Get root cause of the exception.
getRRUsage() - Method in class com.platform.ego.impl.ActivityInfo
Get runtime resource usage of activity.
getRu_exutime() - Method in class com.platform.ego.impl.SRUsage
Get exact user time used (convex only).
getRu_idrss() - Method in class com.platform.ego.impl.SRUsage
Get integral unshared data size.
getRu_inblock() - Method in class com.platform.ego.impl.SRUsage
Get block input operations.
getRu_ioch() - Method in class com.platform.ego.impl.SRUsage
Get # of char read/written (hp only).
getRu_ismrss() - Method in class com.platform.ego.impl.SRUsage
Get share mem size (ultrix only).
getRu_isrss() - Method in class com.platform.ego.impl.SRUsage
Get integral unshared stack size.
getRu_ixrss() - Method in class com.platform.ego.impl.SRUsage
Get integral shared text size.
getRu_majflt() - Method in class com.platform.ego.impl.SRUsage
Get page faults.
getRu_maxrss() - Method in class com.platform.ego.impl.SRUsage
Get maximum resident set size.
getRu_minflt() - Method in class com.platform.ego.impl.SRUsage
Get page reclaims.
getRu_msgrcv() - Method in class com.platform.ego.impl.SRUsage
Get messages received.
getRu_msgsnd() - Method in class com.platform.ego.impl.SRUsage
Get messages sent.
getRu_nivcsw() - Method in class com.platform.ego.impl.SRUsage
Get involuntary context switches.
getRu_nsignals() - Method in class com.platform.ego.impl.SRUsage
Get signals received.
getRu_nswap() - Method in class com.platform.ego.impl.SRUsage
Get swaps.
getRu_nvcsw() - Method in class com.platform.ego.impl.SRUsage
Get voluntary context switches.
getRu_oublock() - Method in class com.platform.ego.impl.SRUsage
Get block output operations.
getRu_stime() - Method in class com.platform.ego.impl.SRUsage
Get system time used.
getRu_utime() - Method in class com.platform.ego.impl.SRUsage
Get user time used.
getSeqno() - Method in class com.platform.ego.impl.ServiceInstanceStateChange
Get sequence number of the service instance.
getService(String, ServiceCallbackHandler) - Method in interface com.platform.ego.Client
Get an existing service.
getServiceAllocation() - Method in class com.platform.ego.impl.ServiceInfo
Get allocation information of a service.
getServiceAllocation() - Method in interface com.platform.ego.Service
Get allocation of service.
getServiceInfo(String) - Method in interface com.platform.ego.InfoProvider
Get the infomation of service named serviceName from EGO.
getServiceInfo() - Method in interface com.platform.ego.Service
Get detailed information of service instance.
getServiceName() - Method in class com.platform.ego.impl.ServiceInstanceControl
Get name of service.
getServicename() - Method in class com.platform.ego.impl.ServiceInstanceStateChange
Get name of service of which the instance has changed state.
getServicename() - Method in class com.platform.ego.impl.ServiceStateChange
Get name of service.
getShareInUse() - Method in interface com.platform.ego.ConsumerPlan
Get the number of shared slots in use in the current plan.
getShareLimit() - Method in interface com.platform.ego.ConsumerPlan
Get the share limit of the current plan.
getShareLimit(Calendar) - Method in interface com.platform.ego.ConsumerPlan
Get the share limit for the given day/time.
getShareRatio() - Method in interface com.platform.ego.ConsumerPlan
Get the share ratio of the current plan.
getShareRatio(Calendar) - Method in interface com.platform.ego.ConsumerPlan
Get the share ratio for the interval that contains given day/time.
getShareReserved() - Method in interface com.platform.ego.ConsumerPlan
Get the number of shared slots reserved in the current plan.
getSlots() - Method in class com.platform.ego.impl.ResourceConf
Get slots of resource.
getSlots() - Method in class com.platform.ego.impl.ResourceGroup
Get slots number of resource group.
getSlots() - Method in class com.platform.ego.impl.ResourceStateChange
Get number of slots on this host allocated to this allocation.
getSlotsNumber() - Method in class com.platform.ego.impl.Host
Get slots number of host.
getSlotsNumber() - Method in class com.platform.ego.impl.ResourceInfo
Get number of slots on the resource.
getSlotsNumber() - Method in interface com.platform.ego.Resource
Get number of slots of resource.
getSRUsage() - Method in class com.platform.ego.impl.ActivityInfo
Get os-level resource usage of activity.
getStartTime() - Method in class com.platform.ego.impl.ActivityInfo
Get time when activity starts.
getStartType() - Method in class com.platform.ego.impl.ServicePolicy
Get type of service start-up.
getState() - Method in interface com.platform.ego.Activity
Get state of activity.
getState() - Method in class com.platform.ego.impl.ActivityInfo
Get activity state.
getState() - Method in class com.platform.ego.impl.ActivityStateChange
Get activity state.
getState() - Method in class com.platform.ego.impl.ResourceInfo
Get state of resource.
getState() - Method in class com.platform.ego.impl.ServiceInfo
Get state of the service.
getState() - Method in class com.platform.ego.impl.ServiceInstance
Get state of service instance.
getState() - Method in interface com.platform.ego.Resource
Get state of resource.
getState() - Method in interface com.platform.ego.Service
Get state of service.
getStatus() - Method in class com.platform.ego.impl.AllocationInfo
Get status of allocation.
getStatusNumber() - Method in class com.platform.ego.impl.ResourceSummary
Get number of status.
getStatusSummary() - Method in class com.platform.ego.impl.ResourceSummary
Get number of resources by status.
getStatusVector() - Method in class com.platform.ego.impl.ResourceSummary
Get name of status.
getStime() - Method in class com.platform.ego.impl.RRUsage
Get cumulative system time in seconds.
getSwap() - Method in class com.platform.ego.impl.RRUsage
Get total swap size in kbytes of all running processes in activity.
getTerminateAction() - Method in class com.platform.ego.impl.ServiceInstanceDef
Get terminate action of service.
getTile() - Method in class com.platform.ego.impl.AllocRequest
Get slots distribution.
getType() - Method in class com.platform.ego.impl.Attribute
Get type of the attribute.
getType() - Method in class com.platform.ego.impl.Host
Get type of host.
getType() - Method in class com.platform.ego.impl.ResourceGroup
Get type of resource group.
getType() - Method in class com.platform.ego.impl.ResourceInfo
Get type of resource.
getType() - Method in class com.platform.ego.impl.Role
Get type of role.
getType() - Method in interface com.platform.ego.Resource
Get type of resource.
getUmask() - Method in class com.platform.ego.impl.ActivityRequest
Get file creation mode mask.
getUserAdmin() - Method in interface com.platform.ego.Client
Get admin of user.
getUserName() - Method in interface com.platform.ego.Client
Get name of user.
getUserName() - Method in class com.platform.ego.impl.AllocationInfo
Get name of user.
getUsers() - Method in class com.platform.ego.impl.Consumer
Get users of consumer.
getUsers() - Method in interface com.platform.ego.InfoProvider
Get list of user who can use EGO cluster
getUsers4Role(Role) - Method in interface com.platform.ego.InfoProvider
Get the users of certain role
getUtime() - Method in class com.platform.ego.impl.RRUsage
Get cumulative user time in seconds.
getUtNumber() - Method in class com.platform.ego.impl.ResourceSummary
Get number of ut interval (it is always 10 now).
getUtSummary() - Method in class com.platform.ego.impl.ResourceSummary
Get number of resources by each ut interval.
getUtVector() - Method in class com.platform.ego.impl.ResourceSummary
Get name of each ut interval (ie: 0%, 10% ...
getValue() - Method in class com.platform.ego.impl.Attribute
Get value of the attribute
getValue() - Method in class com.platform.ego.impl.Environment
Get value of environment.
getVersion() - Method in class com.platform.ego.impl.ClusterInfo
Get version of EGO master.

H

halt() - Method in interface com.platform.ego.ClusterAdmin
Halt EGO Master.
HANG - Static variable in class com.platform.ego.impl.ServiceInstanceState
 
HANG - Static variable in class com.platform.ego.impl.ServiceState
 
Host - Class in com.platform.ego.impl
Information of host.
Host() - Constructor for class com.platform.ego.impl.Host
 
HostTypes - Class in com.platform.ego.impl
Definition of host type.
HostTypes() - Constructor for class com.platform.ego.impl.HostTypes
 

I

INACTIVE - Static variable in class com.platform.ego.impl.ResourceState
 
INFO - Static variable in class com.platform.ego.impl.Level
 
InfoProvider - Interface in com.platform.ego
Info-Provider is used to get various informations of EGO.
INIT - Static variable in class com.platform.ego.impl.ServiceState
 
isNeedCredential() - Method in class com.platform.ego.impl.ServiceContext
Get the flag that indicates whether the service needs a cluster administrator credential.

L

Level - Class in com.platform.ego.impl
Definition of log level.
log(Level, String) - Method in interface com.platform.ego.Logger
Log a message.
log(Level, String, Throwable) - Method in interface com.platform.ego.Logger
Log a message.
Logger - Interface in com.platform.ego
The interface allows user to make a decision how to trace Java API failure.
LoggerManager - Class in com.platform.ego.impl
Manager the logger.
LoggerManager() - Constructor for class com.platform.ego.impl.LoggerManager
 
logoff() - Method in interface com.platform.ego.Client
Logs off EGO and removes credential.
logon(String, String) - Method in interface com.platform.ego.Client
Logs on to EGO by using name of user and password.
logon(String) - Method in interface com.platform.ego.Client
Logs on to EGO by credential.

M

main(String[]) - Static method in class com.platform.ego.examples.ActivitySample
Test Driver
main(String[]) - Static method in class com.platform.ego.examples.AllocateSample
Test Driver
main(String[]) - Static method in class com.platform.ego.examples.ClientSample
Test Driver for client
main(String[]) - Static method in class com.platform.ego.examples.ClusterSample
Test Driver
main(String[]) - Static method in class com.platform.ego.examples.ResourceSample
Test Driver
main(String[]) - Static method in class com.platform.ego.examples.ServiceSample
Test Driver
modifyUser(User) - Method in interface com.platform.ego.UserAdmin
Modify one user.

N

NOFILE - Static variable in class com.platform.ego.impl.RlimitName
 
NoSuchObjectException - Exception in com.platform.ego.exception
Signals that a field of a specified name does not exist.
NoSuchObjectException(String, int, String, Throwable) - Constructor for exception com.platform.ego.exception.NoSuchObjectException
Constructs a NoSuchObjectException with the specified detailed message and nested exception.
NoSuchObjectException(String, int, String) - Constructor for exception com.platform.ego.exception.NoSuchObjectException
Constructs a NoSuchObjectException with the specified detailed message.
NULL - Static variable in class com.platform.ego.impl.ActivityState
 
NULL - Static variable in class com.platform.ego.impl.ServiceInstanceState
 

O

ObjectInUseException - Exception in com.platform.ego.exception
Signals that a field of a specified name has been used.
ObjectInUseException(String, int, String, Throwable) - Constructor for exception com.platform.ego.exception.ObjectInUseException
Constructs an ObjectInUseException with the specified detailed message and nested exception.
ObjectInUseException(String, int, String) - Constructor for exception com.platform.ego.exception.ObjectInUseException
Constructs an ObjectInUseException with the specified detailed message.
OK - Static variable in class com.platform.ego.impl.ResourceState
 
onActivityStateChange(ActivityStateChange) - Method in interface com.platform.ego.ActivityCallbackHandler
The operation notifies the EGO client when one of the client's activities changes state.
onActivityStateChange(ActivityStateChange) - Method in interface com.platform.ego.ClientCallbackHandler
The operation notifies the EGO client that activity state has been changed.
onAddResource(AllocReply) - Method in interface com.platform.ego.AllocationCallbackHandler
This operation notifies the EGO client that resources have been added to an allocation.
onAddResource(AllocReply) - Method in interface com.platform.ego.ClientCallbackHandler
This operation notifies the EGO client that resources have been added to an allocation.
onHostStateChange(ResourceStateChange) - Method in interface com.platform.ego.AllocationCallbackHandler
This operation notifies the EGO client that resource state has been changed.
onHostStateChange(ResourceStateChange) - Method in interface com.platform.ego.ClientCallbackHandler
This operation notifies the EGO client that resource state has been changed.
onReclaimForce(AllocReclaim) - Method in interface com.platform.ego.AllocationCallbackHandler
This operation notifies the EGO client that resources have been reclaimed from a particular allocation.
onReclaimForce(AllocReclaim) - Method in interface com.platform.ego.ClientCallbackHandler
This operation notifies the EGO client that resources have been reclaimed from a particular allocation.
onServiceInstanceStateChange(ServiceInstanceStateChange) - Method in interface com.platform.ego.ClientCallbackHandler
The operation notifies the EGO client that service instance state has been changed.
onServiceInstanceStateChange(ServiceInstanceStateChange) - Method in interface com.platform.ego.ServiceCallbackHandler
The operation notifies the EGO client that service instance state has been changed.
onServiceStateChange(ServiceStateChange) - Method in interface com.platform.ego.ClientCallbackHandler
The operation notifies the EGO client that service state has been changed.
onServiceStateChange(ServiceStateChange) - Method in interface com.platform.ego.ServiceCallbackHandler
The operation notifies the EGO client that service state has been changed.
openHost(String) - Method in interface com.platform.ego.ClusterAdmin
Open PEM on a host.

P

ParameterException - Exception in com.platform.ego.exception
Signals that there are some errors in parameters of the operation.
ParameterException(String, int, String, Throwable) - Constructor for exception com.platform.ego.exception.ParameterException
Constructs a ParameterException with the specified detailed message and nested exception.
ParameterException(String, int, String) - Constructor for exception com.platform.ego.exception.ParameterException
Constructs a ParameterException with the specified detailed message.
PidInfo - Class in com.platform.ego.impl
PidInfo specifies information of process id.
PidInfo() - Constructor for class com.platform.ego.impl.PidInfo
 
printStackTrace() - Method in exception com.platform.ego.exception.EGOException
 
printStackTrace(PrintStream) - Method in exception com.platform.ego.exception.EGOException
 
printStackTrace(PrintWriter) - Method in exception com.platform.ego.exception.EGOException
 

R

realloc(ReallocRequest) - Method in interface com.platform.ego.Allocation
This operation is used to modify the parameters of an existing allocation.
ReallocRequest - Class in com.platform.ego.impl
ReallocRequest specifies reallocation request.
ReallocRequest() - Constructor for class com.platform.ego.impl.ReallocRequest
 
reboot() - Method in interface com.platform.ego.ClusterAdmin
Reboot EGO Master.
Reclaim - Class in com.platform.ego.impl
Reclaim specifies definition of reclaim.
Reclaim() - Constructor for class com.platform.ego.impl.Reclaim
 
refreshCredential() - Method in interface com.platform.ego.Client
Refresh credential.
register(ClientCallbackHandler) - Method in interface com.platform.ego.Client
Registers the client with EGO master.
release(ReleaseRequest) - Method in interface com.platform.ego.Allocation
This operation is used to release or replace resources that have been assigned to an allocation.
ReleaseRequest - Class in com.platform.ego.impl
ReleaseRequest specifies release request.
ReleaseRequest() - Constructor for class com.platform.ego.impl.ReleaseRequest
 
ReleaseRequestFlags - Interface in com.platform.ego.impl
ReleaseRequestFlags specifies definition of release request flags.
reloadService(String) - Method in interface com.platform.ego.Service
reload one service by new description of service.
reloadService(ServiceContext) - Method in interface com.platform.ego.Service
reload one service by new description of service.
removeClient(String) - Method in interface com.platform.ego.ClusterAdmin
This routine works only for disconnected client.
REMOVED - Static variable in class com.platform.ego.impl.ResourceState
 
removeRoleUser(Role, int, String) - Method in interface com.platform.ego.UserAdmin
Remove role from one user.
removeService(String) - Method in interface com.platform.ego.ClusterAdmin
Disable an existing service, and remove it from the service control manager database.
reRegister() - Method in interface com.platform.ego.Client
reRegister to EGO through WSG, Usually happens after WSG failover;
Resource - Interface in com.platform.ego
The interface provides a mechanism to control a resource of one allocation.
ResourceConf - Class in com.platform.ego.impl
ResourceConf specifies configuration information of resource.
ResourceConf() - Constructor for class com.platform.ego.impl.ResourceConf
 
ResourceGroup - Class in com.platform.ego.impl
ResourceGroup specifies information of resource group.
ResourceGroup() - Constructor for class com.platform.ego.impl.ResourceGroup
 
ResourceGroupType - Class in com.platform.ego.impl
ResourceGroupType specifies definitions of resource group types.
ResourceInfo - Class in com.platform.ego.impl
ResourceInfo provides detailed information of resource.
ResourceInfo() - Constructor for class com.platform.ego.impl.ResourceInfo
 
ResourceSample - Class in com.platform.ego.examples
This sample shows how to start multiple activities on a resource, monitor load and adjust resources based on load.
ResourceState - Class in com.platform.ego.impl
ResourceState specifies definition of resource state.
ResourceStateChange - Class in com.platform.ego.impl
ResourceStateChange notifies the user with information from EGO when a resource state changes.
ResourceStateChange() - Constructor for class com.platform.ego.impl.ResourceStateChange
 
ResourceSummary - Class in com.platform.ego.impl
ResourceSummary specifies definition of resource summary.
ResourceSummary() - Constructor for class com.platform.ego.impl.ResourceSummary
 
restartHost(String) - Method in interface com.platform.ego.ClusterAdmin
Restart PEM on a host.
RESUME - Static variable in class com.platform.ego.impl.Signal
 
Rlimit - Class in com.platform.ego.impl
Rlimit specifies definitions of resource limit.
Rlimit() - Constructor for class com.platform.ego.impl.Rlimit
 
RlimitName - Class in com.platform.ego.impl
RlimitName specifies definition of resource limit name.
Role - Class in com.platform.ego.impl
Role speifies definition of role.
Role() - Constructor for class com.platform.ego.impl.Role
 
RoleType - Class in com.platform.ego.impl
RoleType specifies definition of role type.
rootCause - Variable in exception com.platform.ego.exception.EGOException
 
RRUsage - Class in com.platform.ego.impl
RRUsage specifies definition of runtime resource usage.
RRUsage() - Constructor for class com.platform.ego.impl.RRUsage
 
RSS - Static variable in class com.platform.ego.impl.RlimitName
 
RUN - Static variable in class com.platform.ego.impl.ActivityState
 
RUN - Static variable in class com.platform.ego.impl.ServiceInstanceState
 

S

SATISFIED - Static variable in class com.platform.ego.impl.AllocStatus
 
ServerException - Exception in com.platform.ego.exception
Signals that an EGO server exception has occurred.
ServerException(String, int, String, Throwable) - Constructor for exception com.platform.ego.exception.ServerException
Constructs a ServerException with the specified detailed message and nested exception.
ServerException(String, int, String) - Constructor for exception com.platform.ego.exception.ServerException
Constructs a ServerException with the specified detailed message.
Service - Interface in com.platform.ego
The interface defines how to control and monitor service under EGO.
ServiceAllocation - Class in com.platform.ego.impl
ServiceAllocation specifies allocation information about a service.
ServiceAllocation() - Constructor for class com.platform.ego.impl.ServiceAllocation
 
ServiceAllocRequest - Class in com.platform.ego.impl
ServiceAllocRequest specifies an allocation request.
ServiceAllocRequest() - Constructor for class com.platform.ego.impl.ServiceAllocRequest
 
ServiceCallbackHandler - Interface in com.platform.ego
The interface allows a user to define how to handle notifications of service.
ServiceContext - Class in com.platform.ego.impl
ServiceContext specifies service context definition.
ServiceContext() - Constructor for class com.platform.ego.impl.ServiceContext
 
ServiceInfo - Class in com.platform.ego.impl
ServiceInfo provides detailed information about EGO services.
ServiceInfo() - Constructor for class com.platform.ego.impl.ServiceInfo
 
ServiceInstance - Class in com.platform.ego.impl
ServiceInstance provides detailed information of service instances.
ServiceInstance() - Constructor for class com.platform.ego.impl.ServiceInstance
 
ServiceInstanceControl - Class in com.platform.ego.impl
ServiceInstanceControl specifies service instance control.
ServiceInstanceControl() - Constructor for class com.platform.ego.impl.ServiceInstanceControl
 
ServiceInstanceControlOption - Enum in com.platform.ego.impl
 
ServiceInstanceDef - Class in com.platform.ego.impl
ServiceInstanceDef specifies definition of service instance.
ServiceInstanceDef() - Constructor for class com.platform.ego.impl.ServiceInstanceDef
 
ServiceInstanceState - Class in com.platform.ego.impl
ServiceInstanceState specifies definition of service instance state.
ServiceInstanceStateChange - Class in com.platform.ego.impl
ServiceInstanceStateChange is used to display notification information from EGO when when a service instance state changes.
ServiceInstanceStateChange() - Constructor for class com.platform.ego.impl.ServiceInstanceStateChange
 
ServicePolicy - Class in com.platform.ego.impl
ServicePolicy specifies management policy of service.
ServicePolicy() - Constructor for class com.platform.ego.impl.ServicePolicy
 
ServiceSample - Class in com.platform.ego.examples
This sample shows how to create/start/stop/remove a service and monitor the state of the service.
ServiceState - Class in com.platform.ego.impl
ServiceState specifies state of EGO service.
ServiceStateChange - Class in com.platform.ego.impl
ServiceStateChange notifies the user with information from EGO when a service state changes.
ServiceStateChange() - Constructor for class com.platform.ego.impl.ServiceStateChange
 
setActivityRequest(ActivityRequest) - Method in class com.platform.ego.impl.ServiceInstanceDef
Set request of activity.
setAdmins(String[]) - Method in class com.platform.ego.impl.Consumer
Set administrators of consumer
setAllocName(String) - Method in class com.platform.ego.impl.AllocRequest
Set name of allocation.
setAllocRequest(ServiceAllocRequest) - Method in class com.platform.ego.impl.ServiceContext
Set request for allocation.
setArea(String) - Method in exception com.platform.ego.exception.EGOException
Set area of function that produces the error.
setArgs(Object[]) - Method in exception com.platform.ego.exception.EGOException
Set message arguments used to bundle message from resource file.
setAttribute(Attribute) - Method in class com.platform.ego.impl.ServiceInstanceDef
Set attributes of activity.
setBorrowFrom(BorrowFromDocument.BorrowFrom[]) - Method in interface com.platform.ego.ConsumerPlan
Set the lender array of the current plan.
setBorrowFrom(Calendar, BorrowFromDocument.BorrowFrom[]) - Method in interface com.platform.ego.ConsumerPlan
Set the lender array for the interval that contains the given day/time.
setBorrowLimit(int) - Method in interface com.platform.ego.ConsumerPlan
Set the borrow limit of the current plan.
setBorrowLimit(Calendar, int) - Method in interface com.platform.ego.ConsumerPlan
Set the borrow limit for the interval that contains the given day/time.
setCommand(String) - Method in class com.platform.ego.impl.ActivityRequest
Set command, argc and argv to execute.
setConf(ResourceConf[]) - Method in class com.platform.ego.impl.ResourceGroup
Set configuration of resource group.
setConsumer(Consumer, String) - Method in interface com.platform.ego.ConsumerAdmin
Set consumer node and its properties.
setConsumerName(String) - Method in class com.platform.ego.impl.AllocRequest
Set name of consumer.
setConsumerName(String) - Method in class com.platform.ego.impl.ServiceAllocRequest
Set name of consumer.
setContext(String) - Method in class com.platform.ego.impl.Role
Set context of role.
setControlWaitPeriod(int) - Method in class com.platform.ego.impl.ActivityRequest
Set the period waiting for container to stop.
setDefaultConfFile(String) - Static method in class com.platform.ego.impl.LoggerManager
Set configure file name of default logger.
setDefaultLoggerLevel(Level) - Static method in class com.platform.ego.impl.LoggerManager
Set logger's level of default logger.
setDependency(String[]) - Method in class com.platform.ego.impl.ServicePolicy
Set dependency relationship of service.
setDescription(String) - Method in class com.platform.ego.impl.ResourceGroup
Set description of resource group.
setDescription(String) - Method in class com.platform.ego.impl.ServiceContext
Set description of the service.
setDescription(String) - Method in class com.platform.ego.impl.User
Set description of user.
setEmail(String) - Method in class com.platform.ego.impl.User
Set contact e-mail address of user.
setEnv(Environment[]) - Method in class com.platform.ego.impl.ActivityRequest
Set environment variables in val=value format.
setErrorCode(int) - Method in exception com.platform.ego.exception.EGOException
Set error code.
setExecCwd(String) - Method in class com.platform.ego.impl.ActivityRequest
Set execution working directory.
setExecUser(String) - Method in class com.platform.ego.impl.ActivityRequest
Set execution user name.
setExecuser(String) - Method in class com.platform.ego.impl.Consumer
Set execution user of consumer.
setFlag(boolean) - Method in interface com.platform.ego.Logger
Set one flag which indicates whether logger is opened.
setFlags(int) - Method in class com.platform.ego.impl.AllocRequest
Set flags
setFlags(int) - Method in class com.platform.ego.impl.ReallocRequest
Set flags
setFlags(int) - Method in class com.platform.ego.impl.ReleaseRequest
Set flags that indicate the behavior of resource release.
setHostFailoverInterval(int) - Method in class com.platform.ego.impl.ServicePolicy
Set host failover interval (integer from 0 to INFINIT).
setHosts(Host[]) - Method in class com.platform.ego.impl.ReleaseRequest
Set hosts of allocation.
setInstancesDef(ServiceInstanceDef[]) - Method in class com.platform.ego.impl.ServiceContext
Set definitions of service instance.
setInstanceSequenceID(String) - Method in class com.platform.ego.impl.ServiceInstanceControl
Set sequence ID of service instance.
setJobController(String) - Method in class com.platform.ego.impl.ActivityRequest
Set command to control the container.
setLendLimit(int) - Method in interface com.platform.ego.ConsumerPlan
Set the lend limit of the current plan.
setLendLimit(Calendar, int) - Method in interface com.platform.ego.ConsumerPlan
Set the lend limit for the interval that contains the given day/time.
setLendTo(LendToDocument.LendTo[]) - Method in interface com.platform.ego.ConsumerPlan
Set the borrower array of the current plan.
setLendTo(Calendar, LendToDocument.LendTo[]) - Method in interface com.platform.ego.ConsumerPlan
Set the borrower array for the interval that contains the given day/time.
setLogger(Logger) - Static method in class com.platform.ego.impl.LoggerManager
Set custom logger.
setLoggerLevel(Level) - Method in interface com.platform.ego.Logger
Set level of logger.
setMasterList(String[]) - Method in interface com.platform.ego.ClusterAdmin
Administrative operation to set the master candidate list.
setMaxInstances(int) - Method in class com.platform.ego.impl.ServiceContext
Set maximum number of service instances.
setMaxInstancesPerHost(int) - Method in class com.platform.ego.impl.ServiceContext
Set maximum instances running on one host.
setMaxInstancesPerSlot(int) - Method in class com.platform.ego.impl.ServiceContext
Set maximum instances running on one slot.
setMaxRestarts(int) - Method in class com.platform.ego.impl.ServicePolicy
Set maximum restart times of service.
setMaxslots(int) - Method in class com.platform.ego.impl.AllocRequest
Set maximum slots that this request requires.
setMem(int) - Method in class com.platform.ego.impl.RRUsage
Set total resident set size in kbytes of all running processes in activity.
setMinInstances(int) - Method in class com.platform.ego.impl.ServiceContext
Set minimum number of service instances.
setMinslots(int) - Method in class com.platform.ego.impl.AllocRequest
Set minimum slots that this request requires.
setName(String) - Method in class com.platform.ego.impl.ActivityRequest
Set name of activity.
setName(String) - Method in class com.platform.ego.impl.Consumer
Set name of consumer.
setName(String) - Method in class com.platform.ego.impl.Environment
Set name of environment
setName(String) - Method in class com.platform.ego.impl.Host
Set type of host.
setName(String) - Method in class com.platform.ego.impl.ResourceGroup
Set name of resource group.
setName(RlimitName) - Method in class com.platform.ego.impl.Rlimit
Set name of resource limit.
setName(String) - Method in class com.platform.ego.impl.ServiceContext
Set name of service.
setName(String) - Method in class com.platform.ego.impl.User
Set contact name of user.
setNeedCredential(boolean) - Method in class com.platform.ego.impl.ServiceContext
Set the flag that indicates whether the service needs a cluster administrator credential.
setNewMaxslots(int) - Method in class com.platform.ego.impl.ReallocRequest
Set new max slots requirement.
setNewMinslots(int) - Method in class com.platform.ego.impl.ReallocRequest
Set new min slots requirement.
setNthreads(int) - Method in class com.platform.ego.impl.RRUsage
Set number of currently active threads in activity.
setOption(ServiceInstanceControlOption) - Method in class com.platform.ego.impl.ServiceInstanceControl
 
setOwned(int) - Method in interface com.platform.ego.ConsumerPlan
Set the number of owned slots of the current plan.
setOwned(Calendar, int) - Method in interface com.platform.ego.ConsumerPlan
Set the number of owned slots for the interval that contains the given day/time.
setPassword(String) - Method in class com.platform.ego.impl.User
Set password of user.
setPhone(String) - Method in class com.platform.ego.impl.User
Set contact phone number of user.
setPidInfo(PidInfo[]) - Method in class com.platform.ego.impl.RRUsage
Set array of currently active processes' information.
setPlan() - Method in interface com.platform.ego.ConsumerPlan
Set the resource plan.
setPlanCacheExpiryTime(long) - Method in interface com.platform.ego.Client
Set the expiry time (in seconds) of the Consumer Plan cache.
setPlans(String[]) - Method in class com.platform.ego.impl.Consumer
Set resource groups of consumer
setPolicy(ServicePolicy) - Method in class com.platform.ego.impl.ServiceContext
Set policy of service.
setPriority(int) - Method in interface com.platform.ego.ConsumerPlan
Set the priority of the consumer for the current plan.
setPriority(Calendar, int) - Method in interface com.platform.ego.ConsumerPlan
Set the priority of the consumer for the interval that contain the given time.
setPriority(int) - Method in class com.platform.ego.impl.ServiceContext
Set order EGOSC starts services, the lager of the number is, the higher priority is.
setRebalance(boolean) - Method in class com.platform.ego.impl.Consumer
Set rebalance flag
setReclaimtimeout(int) - Method in class com.platform.ego.impl.Consumer
Set timeout of reclaim
setResourceGroup(ResourceGroup) - Method in interface com.platform.ego.ClusterAdmin
Modify one resource group configuration.
setResourceGroup(String) - Method in class com.platform.ego.impl.AllocRequest
Set resource group that client would like the host to be from.
setResourceGroup(String) - Method in class com.platform.ego.impl.ServiceAllocRequest
Set the resource group the service would like to select the host from.
setResourceName(String) - Method in class com.platform.ego.impl.ResourceConf
Set name of resource.
setResourceName(String) - Method in class com.platform.ego.impl.ServiceInstanceControl
Set resource name of service instance.
setResourcePlan(String, String) - Method in interface com.platform.ego.ConsumerAdmin
Set the consumer policy using XML as input parameter.
setResourcePlan(String, DistributionPolicyConfigurationDocument.DistributionPolicyConfiguration, String[]) - Method in interface com.platform.ego.ConsumerAdmin
Set the consumer policy.
setResourcePlan(String, ConsumerDocument.Consumer, String) - Method in interface com.platform.ego.ConsumerAdmin
This operation allows an EGO administrator to manipulate the current policy for a Consumer.
setResReq(String) - Method in class com.platform.ego.impl.AllocRequest
Set resource requirement string that a host must satisfy to be considered a candidate.
setResReq(String) - Method in class com.platform.ego.impl.ResourceGroup
Set request string of resource.
setResReq(String) - Method in class com.platform.ego.impl.ServiceAllocRequest
Set resource requirement string that a host must satisfy to be considered a candidate.
setRlim_cur(BigInteger) - Method in class com.platform.ego.impl.Rlimit
Set current (aka soft) resource limit.
setRlim_max(BigInteger) - Method in class com.platform.ego.impl.Rlimit
Set maximum (aka hard) resource limit.
setRlimits(Rlimit[]) - Method in class com.platform.ego.impl.ActivityRequest
Set resource limits for the container.
setRootCause(Throwable) - Method in exception com.platform.ego.exception.EGOException
Set root cause of the exception.
setRu_exutime(double) - Method in class com.platform.ego.impl.SRUsage
Set exact user time used (convex only).
setRu_idrss(double) - Method in class com.platform.ego.impl.SRUsage
Set integral unshared data size.
setRu_inblock(double) - Method in class com.platform.ego.impl.SRUsage
Set block input operations.
setRu_ioch(double) - Method in class com.platform.ego.impl.SRUsage
Set # of char read/written (hp only).
setRu_ismrss(double) - Method in class com.platform.ego.impl.SRUsage
Set share mem size (ultrix only).
setRu_isrss(double) - Method in class com.platform.ego.impl.SRUsage
Set integral unshared stack size.
setRu_ixrss(double) - Method in class com.platform.ego.impl.SRUsage
Set integral shared text size.
setRu_majflt(double) - Method in class com.platform.ego.impl.SRUsage
Set page faults.
setRu_maxrss(double) - Method in class com.platform.ego.impl.SRUsage
Set maximum resident set size.
setRu_minflt(double) - Method in class com.platform.ego.impl.SRUsage
Set page reclaims.
setRu_msgrcv(double) - Method in class com.platform.ego.impl.SRUsage
Set messages received.
setRu_msgsnd(double) - Method in class com.platform.ego.impl.SRUsage
Set messages sent.
setRu_nivcsw(double) - Method in class com.platform.ego.impl.SRUsage
Set involuntary context switches.
setRu_nsignals(double) - Method in class com.platform.ego.impl.SRUsage
Set signals received.
setRu_nswap(double) - Method in class com.platform.ego.impl.SRUsage
Set swaps.
setRu_nvcsw(double) - Method in class com.platform.ego.impl.SRUsage
Set voluntary context switches.
setRu_oublock(double) - Method in class com.platform.ego.impl.SRUsage
Set block output operations.
setRu_stime(double) - Method in class com.platform.ego.impl.SRUsage
Set system time used
setRu_utime(double) - Method in class com.platform.ego.impl.SRUsage
Set Iuser time used.
setShareLimit(int) - Method in interface com.platform.ego.ConsumerPlan
Set the share limit of the current plan.
setShareLimit(Calendar, int) - Method in interface com.platform.ego.ConsumerPlan
Set the share limit for the interval that contains the given day/time.
setShareRatio(int) - Method in interface com.platform.ego.ConsumerPlan
Set the share ratio of the current plan.
setShareRatio(Calendar, int) - Method in interface com.platform.ego.ConsumerPlan
Set the share ratio for the interval that contains the given day/time.
setSlots(int) - Method in class com.platform.ego.impl.ResourceConf
Set slots of resource
setSlots(int) - Method in class com.platform.ego.impl.ResourceGroup
 
setSlotsNumber(int) - Method in class com.platform.ego.impl.Host
Set slots number of host.
setStartType(String) - Method in class com.platform.ego.impl.ServicePolicy
Set type of service start-up.
setStime(int) - Method in class com.platform.ego.impl.RRUsage
Set cumulative system time in seconds.
setSwap(int) - Method in class com.platform.ego.impl.RRUsage
Set total swap size in kbytes of all running processes in activity.
setTerminateAction(String) - Method in class com.platform.ego.impl.ServiceInstanceDef
Set terminate action of service.
setTile(int) - Method in class com.platform.ego.impl.AllocRequest
Set slots distribution.
setType(ResourceGroupType) - Method in class com.platform.ego.impl.ResourceGroup
Set type of resource group.
setType(RoleType) - Method in class com.platform.ego.impl.Role
Set type of role.
setUmask(String) - Method in class com.platform.ego.impl.ActivityRequest
Set file creation mode mask.
setUsers(String[]) - Method in class com.platform.ego.impl.Consumer
Set users of consumer.
setUtime(int) - Method in class com.platform.ego.impl.RRUsage
Set cumulative user time in seconds.
setValue(String) - Method in class com.platform.ego.impl.Environment
Set value of environment
shutdownHost(String) - Method in interface com.platform.ego.ClusterAdmin
Shutdown PEM on a host.
signal(Signal) - Method in interface com.platform.ego.Activity
The operation is used by an EGO client to manage the state of an activity.
Signal - Class in com.platform.ego.impl
Signal defines os-dependent signal that activity uses.
SRUsage - Class in com.platform.ego.impl
SRUsage specifies OS Activity Resource Usage.
SRUsage() - Constructor for class com.platform.ego.impl.SRUsage
 
STACK - Static variable in class com.platform.ego.impl.RlimitName
 
START - Static variable in class com.platform.ego.impl.ActivityState
 
START - Static variable in class com.platform.ego.impl.ServiceInstanceState
 
startActivity(ActivityRequest, ActivityCallbackHandler) - Method in interface com.platform.ego.Allocation
The operation is used by an EGO client to request the execution of an activity on all resources assigned to allocation.
startActivity(ActivityRequest, ActivityCallbackHandler) - Method in interface com.platform.ego.Resource
The operation is used by an EGO client to request the execution of an activity on the resource.
STARTED - Static variable in class com.platform.ego.impl.ServiceState
 
STATIC - Static variable in class com.platform.ego.impl.ResourceGroupType
 
stopInstance(ServiceInstanceControl) - Method in interface com.platform.ego.Service
Stop instances of service.
SUSPEND - Static variable in class com.platform.ego.impl.ActivityState
 
SUSPEND - Static variable in class com.platform.ego.impl.ServiceInstanceState
 
SUSPEND - Static variable in class com.platform.ego.impl.Signal
 
SystemException - Exception in com.platform.ego.exception
Signals that an internal exception has occurred.
SystemException(String, int, String, Throwable) - Constructor for exception com.platform.ego.exception.SystemException
Constructs an SystemException with the specified detailed message and nested exception.
SystemException(String, int, String) - Constructor for exception com.platform.ego.exception.SystemException
Constructs an SystemException with the specified detailed message.

T

TERMINATE - Static variable in class com.platform.ego.impl.Signal
 
toString() - Method in class com.platform.ego.impl.ActivityState
 
toString() - Method in class com.platform.ego.impl.AllocStatus
 
toString() - Method in class com.platform.ego.impl.ResourceGroupType
 
toString() - Method in class com.platform.ego.impl.ResourceState
 
toString() - Method in class com.platform.ego.impl.RlimitName
 
toString() - Method in class com.platform.ego.impl.RoleType
 
toString() - Method in class com.platform.ego.impl.ServiceInstanceState
 
toString() - Method in class com.platform.ego.impl.ServiceState
 
toString() - Method in class com.platform.ego.impl.Signal
 

U

UNAVAIL - Static variable in class com.platform.ego.impl.ResourceState
 
unblock(String[]) - Method in interface com.platform.ego.Allocation
This operation is used to remove resources from BLOCK list.
UNKNOWN - Static variable in class com.platform.ego.impl.ActivityState
 
UNKNOWN - Static variable in class com.platform.ego.impl.ResourceState
 
UNKNOWN - Static variable in class com.platform.ego.impl.ServiceInstanceState
 
unregister() - Method in interface com.platform.ego.Client
Unregister the client with EGO master.
UNSATISFIED - Static variable in class com.platform.ego.impl.AllocStatus
 
unsubscribeService(Service) - Method in interface com.platform.ego.Client
Unsubscribe a service.
User - Class in com.platform.ego.impl
User provides detailed information of user.
User() - Constructor for class com.platform.ego.impl.User
 
UserAdmin - Interface in com.platform.ego
This interface supports the user and role management operations.

V

valueOf(String) - Static method in enum com.platform.ego.impl.ServiceInstanceControlOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.platform.ego.impl.ServiceInstanceControlOption
Returns an array containing the constants of this enum type, in the order they're declared.
verifyConsumerPath(String, String) - Method in interface com.platform.ego.ConsumerAdmin
Verify consumer path is valid or not.
verifyResreq(String) - Method in interface com.platform.ego.InfoProvider
Verify resource requirement string's syntax is correct or not.
VMEM - Static variable in class com.platform.ego.impl.RlimitName
 

W

WARN - Static variable in class com.platform.ego.impl.Level
 

Z

ZOMBIE - Static variable in class com.platform.ego.impl.ActivityState
 

A C D E F G H I L M N O P R S T U V W Z

Copyright (C) 1992-2007 Platform Computing Corporation