All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oracle.aurora.server.publishing.PublishingContextImpl

oracle.aurora.server.publishing.PublishingContextImpl

public final class PublishingContextImpl

Method Index

 o bind(NameComponent[], Object)
 o bind_context(NameComponent[], NamingContext)
 o bind_new_context(NameComponent[])
 o create_object(NameComponent[], String, String)
Create the PublishedObject using the supplied className and helper class name, binding it to the name supplied.
 o create_object_in(NameComponent[], String, String, String)
Create the PublishedObject using the supplied className which exists in the supplied schema, and helper class name, binding it to the name supplied.
 o destroy()
 o get_attributes(ctxAttribsHolder)
 o list(int, BindingListHolder, BindingIteratorHolder)
 o new_context()
 o node()
 o rebind(NameComponent[], Object)
 o rebind_context(NameComponent[], NamingContext)
 o resolve(NameComponent[])
 o sessionContext()
 o sessionContext(Connection)
 o sessionId()
 o set_attributes(String, String[], String[], String[])
 o toString()
 o unbind(NameComponent[])

Methods

 o bind
 public void bind(NameComponent name[],
                  Object obj) throws NotFound, CannotProceed, InvalidName, AlreadyBound
 o bind_context
 public void bind_context(NameComponent name[],
                          NamingContext context) throws NotFound, CannotProceed, InvalidName, AlreadyBound
 o bind_new_context
 public NamingContext bind_new_context(NameComponent name[]) throws NotFound, AlreadyBound, CannotProceed, InvalidName
 o create_object
 public PublishedObject create_object(NameComponent name[],
                                      String className,
                                      String helper) throws NotFound, CannotProceed, InvalidName, AlreadyBound
Create the PublishedObject using the supplied className and helper class name, binding it to the name supplied.

 o create_object_in
 public PublishedObject create_object_in(NameComponent name[],
                                         String className,
                                         String schema,
                                         String helper) throws NotFound, CannotProceed, InvalidName, AlreadyBound
Create the PublishedObject using the supplied className which exists in the supplied schema, and helper class name, binding it to the name supplied.

 o destroy
 public void destroy() throws NotEmpty
 o get_attributes
 public void get_attributes(ctxAttribsHolder attribs)
 o list
 public void list(int how_many,
                  BindingListHolder bl,
                  BindingIteratorHolder bi)
 o new_context
 public NamingContext new_context()
 o node
 public long node()
 o rebind
 public void rebind(NameComponent name[],
                    Object obj) throws NotFound, CannotProceed, InvalidName
 o rebind_context
 public void rebind_context(NameComponent name[],
                            NamingContext context) throws NotFound, CannotProceed, InvalidName
 o resolve
 public Object resolve(NameComponent name[]) throws NotFound, CannotProceed, InvalidName
 o sessionContext
 public static PublishingContextImpl sessionContext()
 o sessionContext
 public static PublishingContextImpl sessionContext(Connection conn)
 o sessionId
 public int sessionId()
 o set_attributes
 public void set_attributes(String owner,
                            String read[],
                            String write[],
                            String execute[])
 o toString
 public String toString()
 o unbind
 public void unbind(NameComponent name[]) throws NotFound, CannotProceed, InvalidName

All Packages  Class Hierarchy  This Package  Previous  Next  Index