A B C D E F G H I J L M N O P R S T U V W

A

activate() - Method in interface com.anabas.sharedlet.SharedletView
The view has been activated and is visible to the user.
activateView(SharedletView) - Method in interface com.anabas.sharedlet.LayoutService
Activates a particular view by making it visible and ready for user input.
activateViews(String) - Method in interface com.anabas.sharedlet.LayoutService
Activate all of the views for a sharedlet type.
addCapability(String) - Method in class com.anabas.sharedlet.CapabilityList
Adds a capability to the list.
addCapabilityListener(CapabilityListener) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Listener to monitor changes in capabilities.
addCollectionListener(GND_CollectionListener) - Method in interface com.anabas.gxo.GND_Collection
 
addLayoutListener(LayoutServiceListener) - Method in interface com.anabas.sharedlet.LayoutService
 
addNode(ContextImpl, String, Object) - Method in class com.anabas.naming.ContextManager
 
addSessionListener(SessionListener) - Method in interface com.anabas.sharedlet.SessionManager
Add a listener to session change events such as user joined, left.
ALL - Static variable in class com.anabas.util.misc.LogManager
 
allWindowsClosed(LayoutServiceEvent) - Method in interface com.anabas.sharedlet.LayoutServiceListener
Notifies when all visible windows in the layout service has been closed by the user.

B

bind(String, Object) - Method in class com.anabas.naming.ContextImpl
Will bind an object to the name specified.
bind(String, Object) - Method in interface com.anabas.naming.Context
 
bindXO(String, Object) - Method in interface com.anabas.gxo.GND_Collection
Binds another stream context or stream under this context.
BODYTYPE_BYTES - Static variable in class com.anabas.gxo.GMS_Message
 
BODYTYPE_MAP - Static variable in class com.anabas.gxo.GMS_Message
 
BODYTYPE_OBJECT - Static variable in class com.anabas.gxo.GMS_Message
 
BODYTYPE_TEXT - Static variable in class com.anabas.gxo.GMS_Message
 
BODYTYPE_XML - Static variable in class com.anabas.gxo.GMS_Message
 
broadcast(GMS_Message) - Method in interface com.anabas.gxo.GMS_StreamPublisher
Broadcast the message to all subscribers in this channel.
broadcast(GMS_Message, boolean) - Method in interface com.anabas.gxo.GMS_StreamPublisher
Broadcast the message to all subscribers in this channel.
buildTree(Context, String) - Static method in class com.anabas.naming.NamingTestCase
 

C

canBind() - Method in interface com.anabas.gxo.GND_CollectionSecurityManager
 
canCreateChild() - Method in interface com.anabas.gxo.GND_CollectionSecurityManager
 
canCreatePublisher() - Method in interface com.anabas.gxo.GMS_StreamSecurityManager
 
canCreateSubscriber() - Method in interface com.anabas.gxo.GMS_StreamSecurityManager
 
canListen() - Method in interface com.anabas.gxo.GND_CollectionSecurityManager
 
canLookup() - Method in interface com.anabas.gxo.GND_CollectionSecurityManager
 
canSearch() - Method in interface com.anabas.gxo.GMS_StreamSecurityManager
 
CapabilitiesManager - interface com.anabas.sharedlet.CapabilitiesManager.
This SharedletService provides moderation capability to the sharedlet.
capabilityChanged(String, boolean) - Method in interface com.anabas.sharedlet.CapabilityListener
 
CapabilityList - class com.anabas.sharedlet.CapabilityList.
Stores a list of capabilities represented as Strings.
CapabilityList() - Constructor for class com.anabas.sharedlet.CapabilityList
Only instantiated by CapabilityManager.
CapabilityListener - interface com.anabas.sharedlet.CapabilityListener.
Listener to changes in the capabilities manager
clearBody() - Method in class com.anabas.gxo.GMS_Message
 
clearProperties() - Method in class com.anabas.gxo.GMS_Message
 
close() - Method in interface com.anabas.naming.NamingEnumeration
 
close() - Method in class com.anabas.naming.ContextImpl
Does nothing useful since no resources are reserved.
close() - Method in class com.anabas.naming.NamingEnumerationImpl
 
close() - Method in interface com.anabas.naming.Context
 
collectionCreated(GND_CollectionEvent) - Method in interface com.anabas.gxo.GND_CollectionListener
 
collectionDestroyed(GND_CollectionEvent) - Method in interface com.anabas.gxo.GND_CollectionListener
 
com.anabas.gxo - package com.anabas.gxo
 
com.anabas.naming - package com.anabas.naming
 
com.anabas.sharedlet - package com.anabas.sharedlet
 
CommunicationService - interface com.anabas.sharedlet.CommunicationService.
Provides distributed communication services via an event bus mechanism.
Context - interface com.anabas.naming.Context.
Title: Description: Copyright: Copyright (c) 2000 Company:
ContextImpl - class com.anabas.naming.ContextImpl.
Title: Description: Copyright: Copyright (c) 2000 Company:
ContextImpl(String, String, Hashtable, ContextManager) - Constructor for class com.anabas.naming.ContextImpl
Invoked when a tree should be assigned to this conteext.
ContextInstanceFactory - interface com.anabas.naming.ContextInstanceFactory.
Title: Description: Copyright: Copyright (c) 2000 Company:
ContextManager - class com.anabas.naming.ContextManager.
Title: Description: Copyright: Copyright (c) 2000 Company:
ContextManager() - Constructor for class com.anabas.naming.ContextManager
 
createChildCollection(String) - Method in interface com.anabas.gxo.GND_Collection
Convenience function for DirContext.createSubcontext(); Creates a new sub context within the larger stream context.
createMessage(short, short) - Method in interface com.anabas.gxo.GMS_StreamPublisher
Get a list of Destinations that are subscribed to this channel.
createPublisher() - Method in interface com.anabas.gxo.GMS_Stream
 
createStream(String) - Method in interface com.anabas.sharedlet.CommunicationService
Creates a stream to be used.
createStream(String, Hashtable) - Method in interface com.anabas.gxo.GMS_StreamFactory
Creates a new stream within the stream context.
createSubcontext(String) - Method in class com.anabas.naming.ContextImpl
Creates a series of subcontexts such matches the name.
createSubcontext(String) - Method in interface com.anabas.naming.Context
 
createSubcontext(String, ContextInstanceFactory) - Method in class com.anabas.naming.ContextImpl
Allow derivative classes to create a context of its own type.
createSubscriber() - Method in interface com.anabas.gxo.GMS_Stream
 

D

deactivate() - Method in interface com.anabas.sharedlet.SharedletView
The view has been deactivated and is now hidden to the user.
deactivateView(SharedletView) - Method in interface com.anabas.sharedlet.LayoutService
Deactivates a particular view by making it invisible.
deactivateViews(String) - Method in interface com.anabas.sharedlet.LayoutService
Deactivate all of the views for a sharedlet type.
DEBUG - Static variable in class com.anabas.util.misc.LogManager
 
DefaultContextFactory - class com.anabas.naming.DefaultContextFactory.
Title: Description: Copyright: Copyright (c) 2000 Company:
DefaultContextFactory(String, ContextManager) - Constructor for class com.anabas.naming.DefaultContextFactory
 
DefaultSharedletImpl - class com.anabas.sharedlet.DefaultSharedletImpl.
This is an implementation of Sharedlet class that is used by DefaultSharedletManager to store sharedlet session logic & view information.
DefaultSharedletImpl(String) - Constructor for class com.anabas.sharedlet.DefaultSharedletImpl
 
destroySubcontext(String) - Method in class com.anabas.naming.ContextImpl
Creates a context that represents a particular subtree of the naming directory.
destroySubcontext(String) - Method in interface com.anabas.naming.Context
 
destroyTree(Context) - Static method in class com.anabas.naming.NamingTestCase
 
disableCapability(String) - Method in class com.anabas.sharedlet.CapabilityList
Disables a capability
disableRemoteModeratable(String, String, UserID) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Used by sharedlet to remotely enable capabilities in a different user's capability manager.

E

enableCapability(String) - Method in class com.anabas.sharedlet.CapabilityList
Enables the capability
enableRemoteModeratable(String, String, UserID) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Used by sharedlet to remotely enable capabilities in a different user's capability manager.
equals(GMS_MessageID) - Method in interface com.anabas.gxo.GMS_MessageID
 
err(int, String, String, Exception) - Static method in class com.anabas.util.misc.LogManager
A generic error logging function.
err(String, String) - Static method in class com.anabas.util.misc.LogManager
 
err(String, String, Exception) - Static method in class com.anabas.util.misc.LogManager
 

F

findDestination(GMS_DestinationSelector) - Method in interface com.anabas.gxo.GMS_Stream
Same as StreamContext.search() but only does so in this stream.
findStream(String) - Method in interface com.anabas.sharedlet.CommunicationService
Find a stream by its name under the current meeting context.

G

getAbsoluteName() - Method in class com.anabas.naming.ContextImpl
 
getBadObject() - Method in class com.anabas.gxo.GXO_IllegalObjectException
 
getBodyType() - Method in class com.anabas.gxo.GMS_Message
 
getBytes() - Method in class com.anabas.gxo.GMS_BytesMessage
 
getCapabilities() - Method in class com.anabas.sharedlet.SharedletRCUtil
 
getCapabilities() - Method in interface com.anabas.sharedlet.ModeratableElementInfo
 
getCapabilities() - Method in class com.anabas.sharedlet.CapabilityList
 
getCapabilities() - Method in interface com.anabas.sharedlet.SharedletInfo
A complete list of capabilities that this sharedlet supports.
getConstraint(String) - Method in class com.anabas.sharedlet.ViewConstraints
 
getConstraints(String) - Method in class com.anabas.sharedlet.SharedletViewInfoImpl
 
getConstraints(String) - Method in interface com.anabas.sharedlet.SharedletViewInfo
The view constraints for a particular rendering "surface".
getContext(String) - Method in class com.anabas.naming.ContextManager
 
getContextManager() - Static method in class com.anabas.naming.ContextManager
 
getDescription() - Method in interface com.anabas.sharedlet.SharedletInfo
Contains a short description of the sharedlet.
getDestinations() - Method in interface com.anabas.gxo.GMS_MulticastDestination
 
getFormatType() - Method in class com.anabas.sharedlet.JavaViewConstraints
 
getID() - Method in class com.anabas.sharedlet.SharedletViewInfoImpl
 
getID() - Method in interface com.anabas.sharedlet.SharedletViewInfo
 
getID() - Method in interface com.anabas.sharedlet.SharedletSessionLogicInfo
 
getID() - Method in interface com.anabas.sharedlet.SharedletRoleInfo
 
getID() - Method in class com.anabas.gxo.GMS_Message
Uniquely identifies it from other messages within the system.
getInfo(Sharedlet) - Method in interface com.anabas.sharedlet.SharedletManager
Get the SharedletInfo instance associated with a particular Sharedlet instance.
getInfo(String) - Method in interface com.anabas.sharedlet.SharedletManager
Get the SharedletInfo structure for a sharedlet type.
getInitialContext() - Static method in class com.anabas.naming.ContextManager
 
getLayoutService() - Method in class com.anabas.sharedlet.LayoutServiceEvent
 
getLogic(SharedletSessionLogicInfo) - Method in interface com.anabas.sharedlet.SharedletLogicManager
Get a session logic associated to a session logic object.
getLogicInfos() - Method in interface com.anabas.sharedlet.SharedletInfo
A complete list of the sharedlet session logic info instances.
getLogicManager() - Method in interface com.anabas.sharedlet.SharedletManager
 
getMaximumSize() - Method in class com.anabas.sharedlet.ViewConstraints
 
getMessageType() - Method in class com.anabas.gxo.GMS_Message
One of ADMINSTRATION, NORMAL, or ACK.
getMIMEType() - Method in interface com.anabas.sharedlet.SharedletInfo
Each sharedlet must have a unique MIME type that differentiate itself from other sharedlets.
getMinimumSize() - Method in class com.anabas.sharedlet.ViewConstraints
 
getModeratableInfo(String) - Method in class com.anabas.sharedlet.SharedletRCUtil
 
getModeratableInfos() - Method in class com.anabas.sharedlet.SharedletRCUtil
 
getModeratableInfos() - Method in interface com.anabas.sharedlet.SharedletInfo
A complete list of moderatable elements that are configured for a particular deployment.
getMyUser() - Method in interface com.anabas.sharedlet.SessionManager
The user who owns this particular instance of the session manager.
getName() - Method in interface com.anabas.sharedlet.ModeratableElementInfo
A user readable name of the moderatable element.
getName() - Method in interface com.anabas.gxo.GMS_Stream
 
getName() - Method in class com.anabas.naming.NamingException
 
getName() - Method in class com.anabas.naming.NotContextException
 
getName() - Method in class com.anabas.naming.NameAlreadyBoundException
 
getName() - Method in class com.anabas.naming.InvalidNameException
 
getName() - Method in class com.anabas.naming.NameNotFoundException
 
getNumDestinations() - Method in interface com.anabas.gxo.GMS_MulticastDestination
 
getObject() - Method in class com.anabas.gxo.GXO_MsgBodyUnsupportedException
 
getObject() - Method in class com.anabas.gxo.GMS_ObjectMessage
 
getParticipants() - Method in interface com.anabas.sharedlet.SessionManager
A list of participants (SharedletUser objects) including one's self.
getPreferredSize() - Method in class com.anabas.sharedlet.ViewConstraints
 
getPriority() - Method in class com.anabas.gxo.GMS_Message
 
getProperty(String) - Method in class com.anabas.sharedlet.JavaViewConstraints
Get the constraint properties.
getProperty(String) - Method in class com.anabas.gxo.GMS_Message
Message property definition.
getPropertyNames() - Method in class com.anabas.gxo.GMS_Message
 
getRegionDimension(String) - Method in interface com.anabas.sharedlet.LayoutService
Gets the absolute screen dimensions for a view.
getRegionPosition(String) - Method in interface com.anabas.sharedlet.LayoutService
Gets the absolute screen position for a particular view.
getRenderer(String) - Method in interface com.anabas.sharedlet.SharedletView
Gets the renderer for a particular rendering format.
getRendering() - Method in class com.anabas.sharedlet.JavaViewRenderer
 
getRendering() - Method in interface com.anabas.sharedlet.SharedletViewRenderer
Returns the rendering that this sharedlet supports.
getRole(String) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Find out what role a sharedlet is currently set in.
getRoleCapabilities() - Method in interface com.anabas.sharedlet.SharedletRoleInfo
 
getRoleInfos() - Method in class com.anabas.sharedlet.SharedletRCUtil
 
getRoleInfos() - Method in interface com.anabas.sharedlet.SharedletInfo
A complete list of roles that this sharedlet support.
getRoles() - Method in class com.anabas.sharedlet.SharedletRCUtil
 
getRoleViews() - Method in interface com.anabas.sharedlet.SharedletRoleInfo
 
getRoleViews(String) - Method in class com.anabas.sharedlet.SharedletRCUtil
 
getRootTree() - Method in class com.anabas.naming.ContextManager
 
getSessionID() - Method in interface com.anabas.sharedlet.SessionManager
 
getSessionLogic(String) - Method in class com.anabas.sharedlet.DefaultSharedletImpl
Proxy function for sharedlet manager's getSessionLogic().
getSessionLogic(String) - Method in interface com.anabas.sharedlet.Sharedlet
Gets the session logic instance for a particular id.
getSessionLogics(String) - Method in interface com.anabas.sharedlet.SharedletLogicManager
Get all session logic instances belonging to a sharedlet.
getSessionParameter(String) - Method in interface com.anabas.sharedlet.SessionManager
Gets a session parameter that was set when the framework was initialized.
getSessionRoleID(String) - Method in interface com.anabas.sharedlet.SessionManager
Gets the role that a particular sharedlet is currently assigned.
getSharedlet(SharedletInfo) - Method in interface com.anabas.sharedlet.SharedletManager
Get the Sharedlet instance associated with a particular SharedletInfo instance.
getSharedlet(SharedletView) - Method in interface com.anabas.sharedlet.SharedletViewManager
Retrieves the Shardlet instance associated with a SharedletView instance.
getSharedlet(SharedletViewInfo) - Method in interface com.anabas.sharedlet.SharedletViewManager
Retrieves the Shardlet instance associated with a SharedletViewInfo instance.
getSharedletInfos() - Method in interface com.anabas.sharedlet.SharedletManager
Get a list of SharedletInfo structures that this sharedlet manager is managing.
getSharedletMIME() - Method in interface com.anabas.sharedlet.CapabilityListener
 
getSharedletTypes() - Method in interface com.anabas.sharedlet.SharedletManager
Get a list of sharedlet MIME Types that this sharedlet manager knows about and is managing.
getStreamFactory() - Method in interface com.anabas.sharedlet.CommunicationService
 
getString() - Method in class com.anabas.gxo.GXO_SyntaxException
 
getSupportedDocumentTypes() - Method in interface com.anabas.sharedlet.SharedletInfo
The list of document types that this sharedlet supports.
getSupportedRegions() - Method in interface com.anabas.sharedlet.LayoutService
Holds a list of supported regions.
getSupportedRenderingTypes() - Method in class com.anabas.sharedlet.SharedletViewInfoImpl
 
getSupportedRenderingTypes() - Method in interface com.anabas.sharedlet.SharedletViewInfo
A list of supported rendering "surfaces" MIME Types.
getText() - Method in class com.anabas.gxo.GMS_TextMessage
 
getTimeStamp() - Method in class com.anabas.gxo.GMS_Message
 
getTree() - Method in class com.anabas.naming.ContextImpl
 
getType() - Method in class com.anabas.gxo.GXO_MsgTypeUnsupportedException
 
getVersion() - Method in interface com.anabas.sharedlet.SharedletInfo
The version number of this sharedlet.
getView(SharedletViewInfo) - Method in interface com.anabas.sharedlet.SharedletViewManager
Get the SharedletView that is for a particular SharedletViewInfo instance
getView(String) - Method in class com.anabas.sharedlet.DefaultSharedletImpl
Find the view instance inside the view manager and return it.
getView(String) - Method in interface com.anabas.sharedlet.Sharedlet
Gets the views instance for a particular view id.
getViewInfo(SharedletView) - Method in interface com.anabas.sharedlet.SharedletViewManager
Get the SharedletViewInfo that is for a particular SharedletView instance
getViewInfos() - Method in interface com.anabas.sharedlet.SharedletInfo
A complete list of sharedlet view info classes.
getViewManager() - Method in interface com.anabas.sharedlet.SharedletManager
 
getViews(String) - Method in interface com.anabas.sharedlet.SharedletViewManager
Retrieves all of the view instances for a sharedlet type.
GMS_BytesMessage - class com.anabas.gxo.GMS_BytesMessage.
Equivalent to the JMS BytesMessage.
GMS_BytesMessage() - Constructor for class com.anabas.gxo.GMS_BytesMessage
 
GMS_ClockManager - class com.anabas.gxo.GMS_ClockManager.
Utility manager to correlate time sequences between different message's timestamps
GMS_ClockManager() - Constructor for class com.anabas.gxo.GMS_ClockManager
 
GMS_Destination - interface com.anabas.gxo.GMS_Destination.
Equivalent to JMS's Destination object.
GMS_DestinationSelector - interface com.anabas.gxo.GMS_DestinationSelector.
Equivalent to JMS's destination selector.
GMS_Message - class com.anabas.gxo.GMS_Message.
Application creatable message types.
GMS_Message() - Constructor for class com.anabas.gxo.GMS_Message
 
GMS_MessageID - interface com.anabas.gxo.GMS_MessageID.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_MessageListener - interface com.anabas.gxo.GMS_MessageListener.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_MessageReplyer - interface com.anabas.gxo.GMS_MessageReplyer.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_MessageSelector - interface com.anabas.gxo.GMS_MessageSelector.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_MulticastDestination - interface com.anabas.gxo.GMS_MulticastDestination.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_ObjectMessage - class com.anabas.gxo.GMS_ObjectMessage.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_ObjectMessage() - Constructor for class com.anabas.gxo.GMS_ObjectMessage
 
GMS_Stream - interface com.anabas.gxo.GMS_Stream.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_StreamFactory - interface com.anabas.gxo.GMS_StreamFactory.
The initial starting point for sharedlets to get a handle into the event bus universe.
GMS_StreamPublisher - interface com.anabas.gxo.GMS_StreamPublisher.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_StreamSecurityManager - interface com.anabas.gxo.GMS_StreamSecurityManager.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_StreamSubscriber - interface com.anabas.gxo.GMS_StreamSubscriber.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_TextMessage - class com.anabas.gxo.GMS_TextMessage.
Title: Description: Copyright: Copyright (c) 2000 Company:
GMS_TextMessage() - Constructor for class com.anabas.gxo.GMS_TextMessage
 
GND_Collection - interface com.anabas.gxo.GND_Collection.
Title: Description: Copyright: Copyright (c) 2000 Company:
GND_CollectionEvent - class com.anabas.gxo.GND_CollectionEvent.
Title: Description: Copyright: Copyright (c) 2000 Company:
GND_CollectionEvent(Object) - Constructor for class com.anabas.gxo.GND_CollectionEvent
 
GND_CollectionListener - interface com.anabas.gxo.GND_CollectionListener.
Title: Description: Copyright: Copyright (c) 2000 Company:
GND_CollectionSecurityManager - interface com.anabas.gxo.GND_CollectionSecurityManager.
Encapsulates security for a context.
GXO_AccessDeniedException - exception com.anabas.gxo.GXO_AccessDeniedException.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_AccessDeniedException() - Constructor for class com.anabas.gxo.GXO_AccessDeniedException
 
GXO_ConflictingSelectorException - exception com.anabas.gxo.GXO_ConflictingSelectorException.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_ConflictingSelectorException() - Constructor for class com.anabas.gxo.GXO_ConflictingSelectorException
 
GXO_Exception - exception com.anabas.gxo.GXO_Exception.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_Exception() - Constructor for class com.anabas.gxo.GXO_Exception
 
GXO_IllegalObjectException - exception com.anabas.gxo.GXO_IllegalObjectException.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_IllegalObjectException(Object) - Constructor for class com.anabas.gxo.GXO_IllegalObjectException
 
GXO_MessageException - exception com.anabas.gxo.GXO_MessageException.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_MessageException() - Constructor for class com.anabas.gxo.GXO_MessageException
 
GXO_MsgBodyUnsupportedException - exception com.anabas.gxo.GXO_MsgBodyUnsupportedException.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_MsgBodyUnsupportedException(Object) - Constructor for class com.anabas.gxo.GXO_MsgBodyUnsupportedException
 
GXO_MsgTypeUnsupportedException - exception com.anabas.gxo.GXO_MsgTypeUnsupportedException.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_MsgTypeUnsupportedException(int) - Constructor for class com.anabas.gxo.GXO_MsgTypeUnsupportedException
 
GXO_SyntaxException - exception com.anabas.gxo.GXO_SyntaxException.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_SyntaxException(String) - Constructor for class com.anabas.gxo.GXO_SyntaxException
 
GXO_UnsupportedPropertyTypeException - exception com.anabas.gxo.GXO_UnsupportedPropertyTypeException.
Title: Description: Copyright: Copyright (c) 2000 Company:
GXO_UnsupportedPropertyTypeException() - Constructor for class com.anabas.gxo.GXO_UnsupportedPropertyTypeException
 

H

hasMore() - Method in interface com.anabas.naming.NamingEnumeration
 
hasMore() - Method in class com.anabas.naming.NamingEnumerationImpl
 
hasMoreElements() - Method in class com.anabas.naming.NamingEnumerationImpl
 

I

init() - Method in interface com.anabas.sharedlet.SharedletService
Initialize the service.
init(Context) - Method in interface com.anabas.sharedlet.SharedletSessionLogic
Initialize the logic.
InitialContext - class com.anabas.naming.InitialContext.
Title: Description: Copyright: Copyright (c) 2000 Company:
InitialContext() - Constructor for class com.anabas.naming.InitialContext
 
InvalidNameException - exception com.anabas.naming.InvalidNameException.
Title: Description: Copyright: Copyright (c) 2000 Company:
InvalidNameException(String) - Constructor for class com.anabas.naming.InvalidNameException
 
isCapable(String, String) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Used by sharedlets to determine whether they have the capability to do certain actions.
isCapableOf(String) - Method in class com.anabas.sharedlet.CapabilityList
 
isRemoteCapable(String, String, UserID) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Query wether a capability is enabled in a remote capabilities manager for another user.
isRemoteModeratable(String, String, UserID) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Find out if another client's capability manager has a particular modertable element enabled.

J

JavaViewConstraints - class com.anabas.sharedlet.JavaViewConstraints.
Supports the application/java view type.
JavaViewConstraints(int, int, Dimension) - Constructor for class com.anabas.sharedlet.JavaViewConstraints
Create a free form constraint that places the view in a fixed locaiton on the screen.
JavaViewConstraints(String) - Constructor for class com.anabas.sharedlet.JavaViewConstraints
Create a view contrainst that places the view in a specific region as supported by the layout service.
JavaViewRenderer - class com.anabas.sharedlet.JavaViewRenderer.
A convenience implementation for a SharedletViewRenderer that renders as a Java component.
JavaViewRenderer(SharedletView, Component) - Constructor for class com.anabas.sharedlet.JavaViewRenderer
 

L

launch(URL) - Method in interface com.anabas.sharedlet.LauncherService
Launches/activates a sharedlet in other clients within the session.
LauncherService - interface com.anabas.sharedlet.LauncherService.
Launches and activates the sharedlet associated with the document to be launched.
LayoutService - interface com.anabas.sharedlet.LayoutService.
The layout service examines the SharedletViewInfo for view constraints and renders them to the screen for the user to see.
LayoutServiceEvent - class com.anabas.sharedlet.LayoutServiceEvent.
An event fired by the LayoutService to denote a change in the layout.
LayoutServiceEvent(LayoutService) - Constructor for class com.anabas.sharedlet.LayoutServiceEvent
 
LayoutServiceListener - interface com.anabas.sharedlet.LayoutServiceListener.
Listener interface for layout service changes.
list(String) - Method in class com.anabas.naming.ContextImpl
 
list(String) - Method in interface com.anabas.naming.Context
 
loadDocument(URL) - Method in class com.anabas.sharedlet.DefaultSharedletImpl
The default sharedlet doesn't support any document types....so no saving.
loadDocument(URL) - Method in interface com.anabas.sharedlet.Sharedlet
A document that matches the data types supported by this sharedlet This document is guaranteed to be of a data type supported by the sharedlet.
log(int, String, String) - Static method in class com.anabas.util.misc.LogManager
 
log(String, String) - Static method in class com.anabas.util.misc.LogManager
 
LogManager - class com.anabas.util.misc.LogManager.
Title: Description: Copyright: Copyright (c) 2000 Company:
LogManager() - Constructor for class com.anabas.util.misc.LogManager
 
lookup(String) - Method in class com.anabas.naming.ContextImpl
 
lookup(String) - Method in interface com.anabas.naming.Context
 
lookupXO(String) - Method in interface com.anabas.gxo.GND_Collection
Lookup a object in this stream context.

M

main(String[]) - Static method in class com.anabas.naming.NamingTestCase
 
MASTER_MODE - Static variable in interface com.anabas.sharedlet.CapabilitiesManager
All methods are allowed.
mergeWithSelector(GMS_MessageSelector) - Method in interface com.anabas.gxo.GMS_MessageSelector
Merge the current selector with the one specified.
modeChanged(short) - Method in interface com.anabas.sharedlet.CapabilityListener
Invoked when the capability manager has changed modes.
ModeratableElementInfo - interface com.anabas.sharedlet.ModeratableElementInfo.
Defines what are moderatable options for a particular sharedlet.
MODERATOR_MODE - Static variable in interface com.anabas.sharedlet.CapabilitiesManager
The setRemoteMode() method is disallowed.
MSGTYPE_ACK - Static variable in class com.anabas.gxo.GMS_Message
 
MSGTYPE_ADMINISTRATION - Static variable in class com.anabas.gxo.GMS_Message
 
MSGTYPE_MAJOR - Static variable in class com.anabas.gxo.GMS_Message
 
MSGTYPE_MINOR - Static variable in class com.anabas.gxo.GMS_Message
 

N

NameAlreadyBoundException - exception com.anabas.naming.NameAlreadyBoundException.
Title: Description: Copyright: Copyright (c) 2000 Company:
NameAlreadyBoundException(String) - Constructor for class com.anabas.naming.NameAlreadyBoundException
 
NameNotFoundException - exception com.anabas.naming.NameNotFoundException.
Title: Description: Copyright: Copyright (c) 2000 Company:
NameNotFoundException(String) - Constructor for class com.anabas.naming.NameNotFoundException
 
NamingEnumeration - interface com.anabas.naming.NamingEnumeration.
Title: Description: Copyright: Copyright (c) 2000 Company:
NamingEnumerationImpl - class com.anabas.naming.NamingEnumerationImpl.
Title: Description: Copyright: Copyright (c) 2000 Company:
NamingEnumerationImpl(Enumeration) - Constructor for class com.anabas.naming.NamingEnumerationImpl
 
NamingException - exception com.anabas.naming.NamingException.
Title: Description: Copyright: Copyright (c) 2000 Company:
NamingException() - Constructor for class com.anabas.naming.NamingException
 
NamingTestCase - class com.anabas.naming.NamingTestCase.
Title: Description: Copyright: Copyright (c) 2000 Company:
NamingTestCase() - Constructor for class com.anabas.naming.NamingTestCase
 
newContextInstance(String, String) - Method in class com.anabas.naming.DefaultContextFactory
Creates a new ContextImpl instance with parentName + rootName
newContextInstance(String, String) - Method in interface com.anabas.naming.ContextInstanceFactory
Manufacture a new instance of a particular context type.
newInstance(String) - Method in interface com.anabas.sharedlet.SharedletManager
Get a new instance of a sharedlet of a particular type (application/x-sharedlet-???).
next() - Method in interface com.anabas.naming.NamingEnumeration
 
next() - Method in class com.anabas.naming.NamingEnumerationImpl
 
nextElement() - Method in class com.anabas.naming.NamingEnumerationImpl
 
NotContextException - exception com.anabas.naming.NotContextException.
Title: Description: Copyright: Copyright (c) 2000 Company:
NotContextException(String) - Constructor for class com.anabas.naming.NotContextException
 

O

onMessage(GMS_Message) - Method in interface com.anabas.gxo.GMS_MessageListener
Asychronous reception of non-request messages.
onRequest(GMS_Message, GMS_MessageReplyer) - Method in interface com.anabas.gxo.GMS_MessageListener
Asynchronous delivery of requests.

P

PermissionDeniedException - exception com.anabas.sharedlet.PermissionDeniedException.
Thrown by various sharedlet services when a sharedlet does not have access to a particular feature provided by the service.
PermissionDeniedException() - Constructor for class com.anabas.sharedlet.PermissionDeniedException
 
printTree(Context) - Static method in class com.anabas.naming.ContextManager
 
printTree(Context) - Static method in class com.anabas.naming.NamingTestCase
 
PRIORITY_LOW - Static variable in class com.anabas.gxo.GMS_Message
 
PRIORITY_NORMAL - Static variable in class com.anabas.gxo.GMS_Message
 
PRIORITY_REALTIME - Static variable in class com.anabas.gxo.GMS_Message
 
PRODUCTION - Static variable in class com.anabas.util.misc.LogManager
 

R

rand - Static variable in class com.anabas.naming.NamingTestCase
 
rebind(String, Object) - Method in class com.anabas.naming.ContextImpl
Will rebind an object to the name specified.
rebind(String, Object) - Method in interface com.anabas.naming.Context
 
receiveMessage() - Method in interface com.anabas.gxo.GMS_StreamSubscriber
Synchronous reception of messages.
removeCapability(String) - Method in class com.anabas.sharedlet.CapabilityList
Removes a capability from the list.
removeCapabilityListener(CapabilityListener) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Listener to monitor changes in capabilities.
removeCollectionListener(GND_CollectionListener) - Method in interface com.anabas.gxo.GND_Collection
 
removeContextImpl(ContextImpl) - Method in class com.anabas.naming.ContextManager
 
removeLayoutListener(LayoutServiceListener) - Method in interface com.anabas.sharedlet.LayoutService
 
removeNode(ContextImpl, String, Object) - Method in class com.anabas.naming.ContextManager
 
removeSessionListener(SessionListener) - Method in interface com.anabas.sharedlet.SessionManager
Remove a listener.
reply(GMS_Message, GMS_Message) - Method in interface com.anabas.gxo.GMS_MessageReplyer
Reply to a message that was received via the publisher.request() method.
request(GMS_Message, GMS_Destination, long) - Method in interface com.anabas.gxo.GMS_StreamPublisher
Sends a message and waits for a response
resume() - Method in interface com.anabas.sharedlet.SharedletService
Resume the service.
resume() - Method in interface com.anabas.sharedlet.SharedletSessionLogic
Resume the service.

S

sendMessage(GMS_Message, GMS_Destination) - Method in interface com.anabas.gxo.GMS_StreamPublisher
Multicast the message to a Destinations.
sendMessage(GMS_Message, GMS_Destination, boolean) - Method in interface com.anabas.gxo.GMS_StreamPublisher
Multicast the message to a Destinations.
SessionEvent - class com.anabas.sharedlet.SessionEvent.
An event fired by the SessionManager service when a change has occurred in session state.
SessionEvent(Object) - Constructor for class com.anabas.sharedlet.SessionEvent
 
SessionListener - interface com.anabas.sharedlet.SessionListener.
The listener interface to changes that occur in the session manager service.
SessionManager - interface com.anabas.sharedlet.SessionManager.
This service provides sessioh parameter storage to the sharedlets as well as user list management.
setCapabilities(String) - Method in class com.anabas.sharedlet.SharedletRCUtil
Set all of the possible capabilities that this sharedlet has.
setConstraint(String, Object) - Method in class com.anabas.sharedlet.ViewConstraints
 
setContextImpl(String, ContextImpl) - Method in class com.anabas.naming.ContextManager
 
setContextManager(ContextManager) - Static method in class com.anabas.naming.ContextManager
 
setInitialContext(Context) - Static method in class com.anabas.naming.ContextManager
 
setLevel(int) - Static method in class com.anabas.util.misc.LogManager
 
setMaximumSize(Dimension) - Method in class com.anabas.sharedlet.ViewConstraints
 
setMessageListener(GMS_MessageListener) - Method in interface com.anabas.gxo.GMS_StreamSubscriber
Set a listener for asychronous reception of messages.
setMinimumSize(Dimension) - Method in class com.anabas.sharedlet.ViewConstraints
 
setModeratable(String, String) - Method in class com.anabas.sharedlet.SharedletRCUtil
Add a moderatable element.
setObject(Serializable) - Method in class com.anabas.gxo.GMS_ObjectMessage
 
setPreferredSize(Dimension) - Method in class com.anabas.sharedlet.ViewConstraints
 
setProperty(String, Object) - Method in class com.anabas.gxo.GMS_Message
Sets a message property.
setProperty(String, Object) - Method in interface com.anabas.gxo.GMS_StreamFactory
Sets setup properties for the event bus factory.
setQueryString(String) - Method in interface com.anabas.gxo.GMS_DestinationSelector
Some XML based query string.
setRemoteMode(short, UserID) - Method in interface com.anabas.sharedlet.CapabilitiesManager
Sets a remote capability manager's mode.
setRole(String, String, String) - Method in class com.anabas.sharedlet.SharedletRCUtil
Add a role definition.
setSelector(GMS_MessageSelector) - Method in interface com.anabas.gxo.GMS_StreamSubscriber
Sets the message filter for the subscriber.
setText(String) - Method in class com.anabas.gxo.GMS_TextMessage
 
Sharedlet - interface com.anabas.sharedlet.Sharedlet.
The client side representation of the sharedlet.
SharedletInfo - interface com.anabas.sharedlet.SharedletInfo.
Completely describes the behavior of a sharedlet during deployment.
SharedletLogicManager - interface com.anabas.sharedlet.SharedletLogicManager.
A submanager of the SharedletManager.
SharedletManager - interface com.anabas.sharedlet.SharedletManager.
Responsible for instantaiting sharedlets and storing a mapping between SharedletInfo structure and Sharedlets.
SharedletRCUtil - class com.anabas.sharedlet.SharedletRCUtil.
A convenience class for Sharedlet developers that implements functionality necessary for SharedletRoleInfo, ModeratableElementInfo, and Capability Infos.
SharedletRCUtil() - Constructor for class com.anabas.sharedlet.SharedletRCUtil
 
SharedletRoleInfo - interface com.anabas.sharedlet.SharedletRoleInfo.
Interface for defining the roles that a sharedlet has.
SharedletService - interface com.anabas.sharedlet.SharedletService.
The interface that all SharedletServices should implement.
SharedletSessionLogic - interface com.anabas.sharedlet.SharedletSessionLogic.
The base interface for all unique sharedlet session logic.
SharedletSessionLogicInfo - interface com.anabas.sharedlet.SharedletSessionLogicInfo.
The info structure that describe a piece of session logic.
SharedletView - interface com.anabas.sharedlet.SharedletView.
A SharedletView represents a user visible perspective on the sharedlet application.
SharedletViewInfo - interface com.anabas.sharedlet.SharedletViewInfo.
Describes the deployment configuration of a sharedlet view.
SharedletViewInfoImpl - class com.anabas.sharedlet.SharedletViewInfoImpl.
A default implement of SharedletView.
SharedletViewInfoImpl(String, JavaViewConstraints) - Constructor for class com.anabas.sharedlet.SharedletViewInfoImpl
 
SharedletViewManager - interface com.anabas.sharedlet.SharedletViewManager.
Manages the SharedletView and ShardletViewInfo mappings and instances.
SharedletViewRenderer - interface com.anabas.sharedlet.SharedletViewRenderer.
A renderer for a SharedletView.
shutdown() - Method in interface com.anabas.sharedlet.SharedletService
Shutdown the service.
shutdown() - Method in interface com.anabas.sharedlet.SharedletSessionLogic
Shutdown the service.
SLAVE_MODE - Static variable in interface com.anabas.sharedlet.CapabilitiesManager
All remote functionality are disallowed.
suspend() - Method in interface com.anabas.sharedlet.SharedletService
Suspend the service.
suspend() - Method in interface com.anabas.sharedlet.SharedletSessionLogic
Suspend the service.

T

toString() - Method in interface com.anabas.gxo.GMS_Destination
Serialize to some XML string.
toString() - Method in class com.anabas.gxo.GXO_MsgBodyUnsupportedException
 
toString() - Method in interface com.anabas.gxo.GMS_MessageSelector
 
toString() - Method in interface com.anabas.gxo.GMS_MessageID
 

U

userJoined(SessionEvent) - Method in interface com.anabas.sharedlet.SessionListener
A user has joined.
userLeft(SessionEvent) - Method in interface com.anabas.sharedlet.SessionListener
A user has left.

V

ViewConstraints - class com.anabas.sharedlet.ViewConstraints.
The based class for all view constraints that each SharedletView would have.
ViewConstraints() - Constructor for class com.anabas.sharedlet.ViewConstraints
 
VIEWREGION_APPLICATION - Static variable in class com.anabas.sharedlet.JavaViewConstraints
 
VIEWREGION_CONTROL - Static variable in class com.anabas.sharedlet.JavaViewConstraints
 
VIEWREGION_FREEFORM - Static variable in class com.anabas.sharedlet.JavaViewConstraints
 
VIEWREGION_PRESENTATION - Static variable in class com.anabas.sharedlet.JavaViewConstraints
 

W

warn(String, String) - Static method in class com.anabas.util.misc.LogManager
 
warn(String, String, Exception) - Static method in class com.anabas.util.misc.LogManager
 
writeByte(byte) - Method in class com.anabas.gxo.GMS_BytesMessage
 
writeBytes(byte[]) - Method in class com.anabas.gxo.GMS_BytesMessage
 
writeBytes(byte[], int, int) - Method in class com.anabas.gxo.GMS_BytesMessage
 

A B C D E F G H I J L M N O P R S T U V W