|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EODistributionContext | |
com.webobjects.eodistribution | Provides the communication mechanism between the client and server components of Java Client applications. |
Uses of EODistributionContext in com.webobjects.eodistribution |
Methods in com.webobjects.eodistribution that return EODistributionContext | |
EODistributionContext |
WOJavaClientComponent.distributionContext()
Returns the distribution context used by this component. |
EODistributionContext |
WOJavaClientApplet.distributionContext()
Deprecated. Returns the distribution context used by this component. |
Methods in com.webobjects.eodistribution with parameters of type EODistributionContext | |
NSData |
EODistributionContext.Delegate.distributionContextDidReceiveData(EODistributionContext distributionContext,
NSData data)
Gives the delegate an opportunity to decrypt data sent from the client. |
boolean |
EODistributionContext.Delegate.distributionContextShouldAllowAccessToClassDescription(EODistributionContext distributionContext,
EOClassDescription classDescription)
Returns whether the client application of this distribution context should have access to a class description or not. |
boolean |
EODistributionContext.Delegate.distributionContextShouldAllowInvocation(EODistributionContext distributionContext,
Object object,
NSSelector selector,
Object[] arguments)
Returns whether a remote method invocation to object should be
allowed for the client application of this distribution context or not. |
boolean |
EODistributionContext.Delegate.distributionContextShouldFetchObjectWithGlobalID(EODistributionContext distributionContext,
EOGlobalID globalID,
EOClassDescription classDescription)
Returns whether the client application of this distribution context should be permitted to fire a fault for a global ID. |
boolean |
EODistributionContext.Delegate.distributionContextShouldFetchObjectsWithFetchSpecification(EODistributionContext distributionContext,
EOFetchSpecification fetchSpecification)
Returns whether the client application of this distribution context should be permitted to execute a fetch with a fetch specification. |
boolean |
EODistributionContext.Delegate.distributionContextShouldFollowKeyPath(EODistributionContext distributionContext,
String keyPath)
Returns whether a remote method invocation to the object identified by keyPath (which is relative to the invocation target of the
distribution context) should be allowed for the client application of this
distribution context or not. |
boolean |
EODistributionContext.Delegate.distributionContextShouldSave(EODistributionContext distributionContext,
EOEditingContext editingContext)
Returns whether the client application of this distribution context should be permitted to save the state of the editing context editingContext
(which is the editing context of the distribution context). |
NSData |
EODistributionContext.Delegate.distributionContextWillSendData(EODistributionContext distributionContext,
NSData data)
Gives the delegate an opportunity to encrypt data sent to the client. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |