All Packages Class Hierarchy This Package Previous Next Index
Class oracle.aurora.server.publishing.PublishedObjectImpl
oracle.aurora.server.publishing.PublishedObjectImpl
- public final class PublishedObjectImpl
-
activate(StringHolder)
-
-
activate_no_helper()
-
-
destroy()
- Delete the receiver.
-
get_attributes(objAttribsHolder)
- Answer the attributes of the receiver.
-
node()
-
-
republish(String, String)
- Replace the class name and the helper class name
stored in the receiver with the supplied className
and helper className.
-
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.
-
set_attributes(String, String[], String[], String[])
- Set the owner, read, write, and execute privileges of the receiver.
-
toString()
-
activate
public Object activate(StringHolder classHelperName) throws ActivationException
activate_no_helper
public Object activate_no_helper() throws ActivationException
destroy
public void destroy()
- Delete the receiver.
get_attributes
public void get_attributes(objAttribsHolder attribs)
- Answer the attributes of the receiver.
node
public long node()
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.
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.
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.
toString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index