All Packages Class Hierarchy This Package Previous Next Index
Class oracle.aurora.server.publishing.PublishingContextImpl
oracle.aurora.server.publishing.PublishingContextImpl
- public final class PublishingContextImpl
-
bind(NameComponent[], Object)
-
-
bind_context(NameComponent[], NamingContext)
-
-
bind_new_context(NameComponent[])
-
-
create_object(NameComponent[], String, String)
- Create the PublishedObject using the supplied className and helper class name,
binding it to the name supplied.
-
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.
-
destroy()
-
-
get_attributes(ctxAttribsHolder)
-
-
list(int, BindingListHolder, BindingIteratorHolder)
-
-
new_context()
-
-
node()
-
-
rebind(NameComponent[], Object)
-
-
rebind_context(NameComponent[], NamingContext)
-
-
resolve(NameComponent[])
-
-
sessionContext()
-
-
sessionContext(Connection)
-
-
sessionId()
-
-
set_attributes(String, String[], String[], String[])
-
-
toString()
-
-
unbind(NameComponent[])
-
bind
public void bind(NameComponent name[],
Object obj) throws NotFound, CannotProceed, InvalidName, AlreadyBound
bind_context
public void bind_context(NameComponent name[],
NamingContext context) throws NotFound, CannotProceed, InvalidName, AlreadyBound
bind_new_context
public NamingContext bind_new_context(NameComponent name[]) throws NotFound, AlreadyBound, CannotProceed, InvalidName
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.
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.
destroy
public void destroy() throws NotEmpty
get_attributes
public void get_attributes(ctxAttribsHolder attribs)
list
public void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
new_context
public NamingContext new_context()
node
public long node()
rebind
public void rebind(NameComponent name[],
Object obj) throws NotFound, CannotProceed, InvalidName
rebind_context
public void rebind_context(NameComponent name[],
NamingContext context) throws NotFound, CannotProceed, InvalidName
resolve
public Object resolve(NameComponent name[]) throws NotFound, CannotProceed, InvalidName
sessionContext
public static PublishingContextImpl sessionContext()
sessionContext
public static PublishingContextImpl sessionContext(Connection conn)
sessionId
public int sessionId()
set_attributes
public void set_attributes(String owner,
String read[],
String write[],
String execute[])
toString
public String toString()
unbind
public void unbind(NameComponent name[]) throws NotFound, CannotProceed, InvalidName
All Packages Class Hierarchy This Package Previous Next Index