com.vodafone.v10.system.media
Class ResourceOperatorManager

java.lang.Object
  |
  +--com.vodafone.v10.system.media.ResourceOperatorManager

public class ResourceOperatorManager
extends java.lang.Object

ResourceOperatorManager is a class used to get ResourceOperator objects.

When melody resources are handled by the ResourceOperator object, ResourceOperatorManager.MELODY_RESOURCE is designated as a parameter with the getResourceOperator() method. When image resources are handled, ResourceOperatorManager.IMAGE_RESOURCE is designated.


Field Summary
static int IMAGE_RESOURCE
          Image resource IMAGE_RESOURCE is set to 1.
static int MELODY_RESOURCE
          Melody resource MELODY_RESOURCE is set to 0.
 
Constructor Summary
ResourceOperatorManager()
           
 
Method Summary
static ResourceOperator getResourceOperator(int type)
          Gets a ResourceOperator object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MELODY_RESOURCE

public static final int MELODY_RESOURCE
Melody resource MELODY_RESOURCE is set to 0.

IMAGE_RESOURCE

public static final int IMAGE_RESOURCE
Image resource IMAGE_RESOURCE is set to 1.
Constructor Detail

ResourceOperatorManager

public ResourceOperatorManager()
Method Detail

getResourceOperator

public static ResourceOperator getResourceOperator(int type)
Gets a ResourceOperator object.
Parameters:
type - ResourceOperator type
Throws:
IllegalArgumentException - if the resource type is illegal.


Copyright 2002,2003 Aplix Corporation. All rights reserved. Aplix Confidential and Restricted.