Class Hierarchy        Index

Interface COM.cloudscape.system.System

public interface System
Copyright © 1998-1999, Cloudscape, Inc. All rights reserved.

The System interface provides control over a Cloudscape software system. Cloudscape reserves the right to change, rename, or remove this interface at any time.


Variable Index

 o CLASS_NAME

Method Index

 o getUUIDFactory()
Get the UUID factory for the system.

Variables

 o CLASS_NAME
 public static final String CLASS_NAME

Methods

 o getUUIDFactory
 public abstract UUIDFactory getUUIDFactory()
Get the UUID factory for the system. The UUID factory provides methods to create and recreate universally unique identifiers.


  Class Hierarchy        Index