All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.adaptor.rmi.AdaptorClientRO

java.lang.Object
   |
   +----com.sun.jaw.impl.adaptor.rmi.AdaptorClient
           |
           +----com.sun.jaw.impl.adaptor.rmi.AdaptorClientRO

public class AdaptorClientRO
extends AdaptorClient
The AdaptorClientRO class provides an implementation of the AdaptorMO interface based on the Java remote method invocation (RMI) system. This class allows only read access to remote objects.

See Also:
AdaptorMO, AdaptorClient

Constructor Index

 o AdaptorClientRO()
Constructs a read-only adaptor client.

Method Index

 o cb_newDBMO(String, ObjectName, ModificationList)
As a read-only adaptor, reject the operation with an exception.
 o cb_newDBMO(String, ObjectName, ModificationList, ObjectName)
As a read-only adaptor, reject the operation with an exception.
 o cb_newMO(String, ObjectName, ModificationList)
As a read-only adaptor, reject the operation with an exception.
 o cb_newMO(String, ObjectName, ModificationList, ObjectName)
As a read-only adaptor, reject the operation with an exception.
 o deleteMO(ObjectName)
As a read-only adaptor, reject the operation with an exception.
 o getClassVersion()
Returns the version of this class.
 o invokePerform(ObjectName, String, Object[])
As a read-only adaptor, reject the operation with an exception.
 o newDBMO(String, ObjectName, ModificationList)
As a read-only adaptor, reject the operation with an exception.
 o newDBMO(String, ObjectName, ModificationList, ObjectName)
As a read-only adaptor, reject the operation with an exception.
 o newMO(String, ObjectName, ModificationList)
As a read-only adaptor, reject the operation with an exception.
 o newMO(String, ObjectName, ModificationList, ObjectName)
As a read-only adaptor, reject the operation with an exception.
 o newObj(String)
As a read-only adaptor, reject the operation with an exception.
 o newObj(String, ObjectName)
As a read-only adaptor, reject the operation with an exception.
 o setIndexedValue(ObjectName, String, Object, String, int)
As a read-only adaptor, reject the operation with an exception.
 o setValue(ObjectName, String, Object, String)
As a read-only adaptor, reject the operation with an exception.
 o setValues(ObjectName, ModificationList)
As a read-only adaptor, reject the operation with an exception.
 o transferObject(Object, ObjectName)
As a read-only adaptor, reject the operation with an exception.

Constructors

 o AdaptorClientRO
 public AdaptorClientRO()
Constructs a read-only adaptor client.

Methods

 o setValue
 public Object setValue(ObjectName name,
                        String id,
                        Object val,
                        String op) throws InstanceNotFoundException, CommunicationException, IllegalAccessException, ServiceNotFoundException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
setValue in class AdaptorClient
 o setIndexedValue
 public Object setIndexedValue(ObjectName name,
                               String id,
                               Object val,
                               String op,
                               int pos) throws InstanceNotFoundException, CommunicationException, IllegalAccessException, ServiceNotFoundException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
setIndexedValue in class AdaptorClient
 o setValues
 public PropertyList setValues(ObjectName name,
                               ModificationList modif) throws InstanceNotFoundException, CommunicationException, IllegalAccessException, InvocationTargetException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
setValues in class AdaptorClient
 o newObj
 public void newObj(String className) throws CommunicationException, IllegalAccessException, InstantiationException, ClassNotFoundException, ServiceNotFoundException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
newObj in class AdaptorClient
 o cb_newMO
 public Object cb_newMO(String impl,
                        ObjectName name,
                        ModificationList list) throws CommunicationException, IllegalAccessException, ClassNotFoundException, ServiceNotFoundException, InstanceAlreadyExistException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
cb_newMO in class AdaptorClient
 o newMO
 public void newMO(String impl,
                   ObjectName name,
                   ModificationList list) throws CommunicationException, IllegalAccessException, ClassNotFoundException, ServiceNotFoundException, InstanceAlreadyExistException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
newMO in class AdaptorClient
 o cb_newDBMO
 public Object cb_newDBMO(String impl,
                          ObjectName name,
                          ModificationList list) throws CommunicationException, IllegalAccessException, ClassNotFoundException, ServiceNotFoundException, InstanceAlreadyExistException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
cb_newDBMO in class AdaptorClient
 o newDBMO
 public void newDBMO(String impl,
                     ObjectName name,
                     ModificationList list) throws CommunicationException, IllegalAccessException, ClassNotFoundException, ServiceNotFoundException, InstanceAlreadyExistException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
newDBMO in class AdaptorClient
 o newObj
 public void newObj(String className,
                    ObjectName aLoader) throws CommunicationException, IllegalAccessException, InstantiationException, ClassNotFoundException, ServiceNotFoundException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
newObj in class AdaptorClient
 o newMO
 public void newMO(String impl,
                   ObjectName name,
                   ModificationList list,
                   ObjectName aLoader) throws CommunicationException, IllegalAccessException, ClassNotFoundException, ServiceNotFoundException, InstanceAlreadyExistException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
newMO in class AdaptorClient
 o cb_newMO
 public Object cb_newMO(String impl,
                        ObjectName name,
                        ModificationList list,
                        ObjectName aLoader) throws CommunicationException, IllegalAccessException, ClassNotFoundException, ServiceNotFoundException, InstanceAlreadyExistException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
cb_newMO in class AdaptorClient
 o cb_newDBMO
 public Object cb_newDBMO(String impl,
                          ObjectName name,
                          ModificationList list,
                          ObjectName aLoader) throws CommunicationException, IllegalAccessException, ClassNotFoundException, ServiceNotFoundException, InstanceAlreadyExistException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
cb_newDBMO in class AdaptorClient
 o newDBMO
 public void newDBMO(String impl,
                     ObjectName name,
                     ModificationList list,
                     ObjectName aLoader) throws CommunicationException, IllegalAccessException, ClassNotFoundException, ServiceNotFoundException, InstanceAlreadyExistException, InstantiationException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
newDBMO in class AdaptorClient
 o transferObject
 public void transferObject(Object object,
                            ObjectName logicalName) throws InstanceAlreadyExistException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
transferObject in class AdaptorClient
 o deleteMO
 public void deleteMO(ObjectName name) throws InstanceNotFoundException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.
Overrides:
deleteMO in class AdaptorClient
 o getClassVersion
 public static String getClassVersion()
Returns the version of this class.

 o invokePerform
 public Object invokePerform(ObjectName objName,
                             String pfName,
                             Object params[]) throws InstanceNotFoundException, CommunicationException, IllegalAccessException, ServiceNotFoundException, NoSuchMethodException
As a read-only adaptor, reject the operation with an exception.

Throws: This
method always throws a SecurityException.

All Packages  Class Hierarchy  This Package  Previous  Next  Index