All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oracle.aurora.server.publishing.PublishedObjectImpl

oracle.aurora.server.publishing.PublishedObjectImpl

public final class PublishedObjectImpl

Method Index

 o activate(StringHolder)
 o activate_no_helper()
 o destroy()
Delete the receiver.
 o get_attributes(objAttribsHolder)
Answer the attributes of the receiver.
 o node()
 o republish(String, String)
Replace the class name and the helper class name stored in the receiver with the supplied className and helper className.
 o republish_in(String, String, String)
Replace the class name and the helper class name stored in the receiver with the supplied className, which exists in the supplied schema, and helper className.
 o set_attributes(String, String[], String[], String[])
Set the owner, read, write, and execute privileges of the receiver.
 o toString()

Methods

 o activate
 public Object activate(StringHolder classHelperName) throws ActivationException
 o activate_no_helper
 public Object activate_no_helper() throws ActivationException
 o destroy
 public void destroy()
Delete the receiver.

 o get_attributes
 public void get_attributes(objAttribsHolder attribs)
Answer the attributes of the receiver.

 o node
 public long node()
 o republish
 public void republish(String className,
                       String helper)
Replace the class name and the helper class name stored in the receiver with the supplied className and helper className.

 o republish_in
 public void republish_in(String className,
                          String schema,
                          String helper)
Replace the class name and the helper class name stored in the receiver with the supplied className, which exists in the supplied schema, and helper className.

 o set_attributes
 public void set_attributes(String owner,
                            String read[],
                            String write[],
                            String execute[])
Set the owner, read, write, and execute privileges of the receiver. The owner, and privileges are schema names in the database.

 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index