WebLogic Integration


Uses of Interface
com.bea.wlai.common.INamespace

Packages that use INamespace
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of INamespace in com.bea.wlai.client
 

Methods in com.bea.wlai.client that return INamespace
 INamespace NamespaceManager.addNamespace(INamespace parent, java.lang.String childName)
          Adds a namespace of the given name to the given parent namespace.
 INamespace NamespaceManager.removeNamespace(QualifiedName name)
          Removes the namespace with the given qualified name from its parent namespace.
 INamespace NamespaceManager.getNamespace(QualifiedName name)
          Gets the namespace with the given qualified name.
 INamespace NamespaceManager.getRootNamespace()
          Get the root namespace, which is the parent of all namespaces in the WLAI system.
 

Methods in com.bea.wlai.client with parameters of type INamespace
 ISchemaDescriptor SchemaManager.addSchema(INamespace parentNamespace, java.lang.String schemaName)
          Add a new schema to the repository.
 IConnectionFactoryDescriptor ConnectionFactoryManager.addConnectionFactory(INamespace parent, java.lang.String factoryName)
          Creates an ConnectionFactory with the given name, adds it to the given parent namespace, and returns a descriptor for it.
 IApplicationViewDescriptor ApplicationViewManagerRemote.addApplicationView(INamespace parent, java.lang.String appViewName)
          Creates an ApplicationView with the given name, adds it to the given parent namespace, and returns a descriptor for it.
 INamespace NamespaceManager.addNamespace(INamespace parent, java.lang.String childName)
          Adds a namespace of the given name to the given parent namespace.
 void NamespaceManager.updateNamespace(INamespace namespace)
          Updates the given namespace with any changes that have been made to it since it was retrieved.
 java.util.Iterator NamespaceManager.listObjects(INamespace namespace)
          Returns an iterator over the objects (NamespaceObjectHandle) contained in the given namespace.
 boolean NamespaceManager.hasChildren(INamespace aNamespace)
          Determine whether a given namespace contains any child namespaces.
 IApplicationViewDescriptor ApplicationViewManager.addApplicationView(INamespace parent, java.lang.String appViewName)
          Creates an application view with the given name, adds it to the given parent namespace, and returns a descriptor for it.
 

Uses of INamespace in com.bea.wlai.common
 

Classes in com.bea.wlai.common that implement INamespace
 class Namespace
          An implementation of the INamespace interface.
 

Methods in com.bea.wlai.common that return INamespace
 INamespace NamespaceObject.getParentNamespace()
          Get this namespace object's parent namespace.
 INamespace INamespaceObject.getParentNamespace()
          Get this namespace object's parent namespace.
 INamespace ConnectionFactoryDescriptor.getParentNamespace()
          Get this descriptor's parent namespace.
 INamespace QualifiedName.getNamespace()
          Return the namespace portion of this QualifiedName.
 INamespace SchemaDescriptor.getParentNamespace()
          Get this descriptor's parent namespace.
 INamespace ApplicationViewDescriptor.getParentNamespace()
          Get this descriptor's parent namespace.
 

Methods in com.bea.wlai.common with parameters of type INamespace
 void NamespaceObject.setParentNamespace(INamespace parent)
          Set this namespace object's parent namespace.
 void INamespaceObject.setParentNamespace(INamespace parent)
          Set this namespace object's parent namespace.
 void ConnectionFactoryDescriptor.setParentNamespace(INamespace parent)
          Set this descriptor's parent namespace.
 void QualifiedName.setNamespace(INamespace namespace)
          Set the namespace portion of this QualifiedName.
 void SchemaDescriptor.setParentNamespace(INamespace parent)
          Set this descriptor's parent namespace.
 void ApplicationViewDescriptor.setParentNamespace(INamespace parent)
          Set this descriptor's parent namespace.
 

Constructors in com.bea.wlai.common with parameters of type INamespace
NamespaceObject.NamespaceObject(INamespace parent, java.lang.String name, java.lang.String description)
           
Namespace.Namespace(INamespace parent, java.lang.String name, java.lang.String description)
           
Namespace.Namespace(INamespace parent, java.lang.String name, java.lang.String description, boolean isRoot)
           
QualifiedName.QualifiedName(INamespace namespace, java.lang.String name)
          Construct a new QualifiedName with the given namespace and object name.
SchemaDescriptor.SchemaDescriptor(INamespace parentNamespace, java.lang.String name, SOMSchema documentSchema)
          Construct a new SchemaDescriptor in the given namespace, with the given name, and contents.
SchemaDescriptor.SchemaDescriptor(INamespace parentNamespace, java.lang.String name, SOMSchema documentSchema, java.lang.String description)
          Construct a new SchemaDescriptor in the given namespace, with the given name, contents, and description.
 


WebLogic Integration

WebLogic Integration (WLI)