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
-
AdaptorClientRO()
- Constructs a read-only adaptor client.
-
cb_newDBMO(String, ObjectName, ModificationList)
- As a read-only adaptor, reject the operation with an exception.
-
cb_newDBMO(String, ObjectName, ModificationList, ObjectName)
- As a read-only adaptor, reject the operation with an exception.
-
cb_newMO(String, ObjectName, ModificationList)
- As a read-only adaptor, reject the operation with an exception.
-
cb_newMO(String, ObjectName, ModificationList, ObjectName)
- As a read-only adaptor, reject the operation with an exception.
-
deleteMO(ObjectName)
- As a read-only adaptor, reject the operation with an exception.
-
getClassVersion()
- Returns the version of this class.
-
invokePerform(ObjectName, String, Object[])
- As a read-only adaptor, reject the operation with an exception.
-
newDBMO(String, ObjectName, ModificationList)
- As a read-only adaptor, reject the operation with an exception.
-
newDBMO(String, ObjectName, ModificationList, ObjectName)
- As a read-only adaptor, reject the operation with an exception.
-
newMO(String, ObjectName, ModificationList)
- As a read-only adaptor, reject the operation with an exception.
-
newMO(String, ObjectName, ModificationList, ObjectName)
- As a read-only adaptor, reject the operation with an exception.
-
newObj(String)
- As a read-only adaptor, reject the operation with an exception.
-
newObj(String, ObjectName)
- As a read-only adaptor, reject the operation with an exception.
-
setIndexedValue(ObjectName, String, Object, String, int)
- As a read-only adaptor, reject the operation with an exception.
-
setValue(ObjectName, String, Object, String)
- As a read-only adaptor, reject the operation with an exception.
-
setValues(ObjectName, ModificationList)
- As a read-only adaptor, reject the operation with an exception.
-
transferObject(Object, ObjectName)
- As a read-only adaptor, reject the operation with an exception.
AdaptorClientRO
public AdaptorClientRO()
- Constructs a read-only adaptor client.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
getClassVersion
public static String getClassVersion()
- Returns the version of this class.
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