Rio Project 4.2 API Documentation



Uses of Class
org.rioproject.watch.WatchDescriptor.Type

Packages that use WatchDescriptor.Type
org.rioproject.watch Provides mechanisms to collect and analyze programmer defined metrics defined in a distributed application. 
 

Uses of WatchDescriptor.Type in org.rioproject.watch
 

Methods in org.rioproject.watch that return WatchDescriptor.Type
 WatchDescriptor.Type WatchDescriptor.getType()
          Get the Watch type
static WatchDescriptor.Type WatchDescriptor.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WatchDescriptor.Type[] WatchDescriptor.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rioproject.watch with parameters of type WatchDescriptor.Type
 void WatchDescriptor.setType(WatchDescriptor.Type type)
          Set the Watch type
 

Constructors in org.rioproject.watch with parameters of type WatchDescriptor.Type
WatchDescriptor(String name, WatchDescriptor.Type type, String property, long period)
          Create a WatchDescriptor
 


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.