com.moximedia.aims
Class AimsWorkspaces

java.lang.Object
  extended bycom.moximedia.aims.AimsWorkspaces
All Implemented Interfaces:
java.io.Serializable

public class AimsWorkspaces
extends java.lang.Object
implements java.io.Serializable

Implementation of ArcIMS WORKSPACES element.

See Also:
Serialized Form

Constructor Summary
AimsWorkspaces()
          Creates new AimsWorkspaces
 
Method Summary
 void addWorkspace(AimsWorkspace workspace)
          Adds a workspace to the collection.
 AimsWorkspace getWorkspace(java.lang.String name)
           
 java.util.Iterator iterator()
           
 int size()
          Gets the count of workspaces.
 java.lang.String toAxlString()
          Returns the AXL string to refresh this object, using the default environnment setting.
 java.lang.String toAxlString(AimsEnvironment env)
          Returns the AXL string to refresh this object, using the specified environnment setting.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AimsWorkspaces

public AimsWorkspaces()
Creates new AimsWorkspaces

Method Detail

addWorkspace

public void addWorkspace(AimsWorkspace workspace)
Adds a workspace to the collection.

Parameters:
workspace - The workspace to add.

getWorkspace

public AimsWorkspace getWorkspace(java.lang.String name)

iterator

public java.util.Iterator iterator()

size

public int size()
Gets the count of workspaces.

Returns:
The number of workspaces in this object.

toAxlString

public java.lang.String toAxlString()
Returns the AXL string to refresh this object, using the default environnment setting. This method is not typically used by the application programmer.

Returns:
The AXL string to refresh this object.

toAxlString

public java.lang.String toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object, using the specified environnment setting. This method is not typically used by the application programmer.

Parameters:
env - The environment object containing coordinate separators.
Returns:
The AXL string to refresh this object.