com.fatwire.cs.core.uri
Class Definition.AppType

java.lang.Object
  extended by com.fatwire.cs.core.uri.Definition.AppType
Enclosing interface:
Definition

public static final class Definition.AppType
extends java.lang.Object

This object defines the Content Server app type for which the URI should be constructed. This allows the Assembler to choose between a URI for Content Server, Blob Server, CatalogManager, and so on.


Field Summary
static Definition.AppType BLOB_SERVER
           
static Definition.AppType CACHE_SERVER
           
static Definition.AppType CATALOG_MANAGER
           
static Definition.AppType CONTENT_SERVER
           
static Definition.AppType COOKIE_SERVER
           
static Definition.AppType DISPATCH_MANAGER
           
static Definition.AppType PAGE_DISPATCH_SERVER
           
static Definition.AppType SEED_DISPATCH_SERVER
           
static Definition.AppType SYNC_SEED_DISPATCH_SERVER
           
static Definition.AppType TREE_MANAGER
           
 
Method Summary
static java.util.Iterator getAppTypes()
          Return an iterator containing all of the app types known.
 java.lang.String toString()
          Returns a string representation of this type.
static Definition.AppType valueOf(java.lang.String string)
          Factory method to get a specific app type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTENT_SERVER

public static final Definition.AppType CONTENT_SERVER

BLOB_SERVER

public static final Definition.AppType BLOB_SERVER

CATALOG_MANAGER

public static final Definition.AppType CATALOG_MANAGER

TREE_MANAGER

public static final Definition.AppType TREE_MANAGER

COOKIE_SERVER

public static final Definition.AppType COOKIE_SERVER

CACHE_SERVER

public static final Definition.AppType CACHE_SERVER

PAGE_DISPATCH_SERVER

public static final Definition.AppType PAGE_DISPATCH_SERVER

DISPATCH_MANAGER

public static final Definition.AppType DISPATCH_MANAGER

SYNC_SEED_DISPATCH_SERVER

public static final Definition.AppType SYNC_SEED_DISPATCH_SERVER

SEED_DISPATCH_SERVER

public static final Definition.AppType SEED_DISPATCH_SERVER
Method Detail

getAppTypes

public static java.util.Iterator getAppTypes()
Return an iterator containing all of the app types known.

Returns:
Iterator over all of the known of AppType objects

valueOf

public static Definition.AppType valueOf(java.lang.String string)
Factory method to get a specific app type

Parameters:
string - representation of the app type
Returns:
AppType object or null if no match.

toString

public java.lang.String toString()
Returns a string representation of this type.

Overrides:
toString in class java.lang.Object
Returns:
string representation of this type.