com.mathworks.toolbox.javabuilder.remoting.RemoteProxy Class
Namespace: com.mathworks.toolbox.javabuilder.remoting
Java class to dynamically generate remote proxies for local object access via RMI
Description
Declaration
public class RemoteProxy extends java.lang.Object
Dynamically generated remote proxy to a local object. This class is used in conjuction with the Java Package "Generate Remote Interface" build-time option to provide remote access to component instances via Java RMI
Creation
Constructors
No public constructors.
Properties
Public Properties
No public properties.
Methods
newProxyFor |
Generates and exports a new
remote proxy object that delegates all method calls to Type Parameters:
Parameters:
Returns: Exported proxy object that implements remoteInterface and delegates all method invocations to impl. Throws:
|
newProxyFor |
Generates and exports a new
remote proxy object that delegates all method calls to Type Parameters:
Parameters:
Returns: Exported proxy object that implements remoteInterface and delegates all method invocations to impl. Throws:
|
newProxyFor |
Generates and exports a new remote proxy object that delegates all method calls to impl. The object created by this method can be bound to the RMI registry or passed to a remote client to allow access to the local object (impl). Type Parameters:
Parameters:
Returns: Exported proxy object that implements remoteInterface and delegates all method invocations to impl. Throws:
|
Methods inherited from class java.lang.Object
.
clone |
Used to create and return a copy of the object it is called on. This method is protected and provides a shallow copy, meaning it copies the values of an object's fields directly. For fields that are objects, it copies references, not the objects themselves. |
equals |
Used to compare two objects for
equality. It checks if the two objects are the same in terms of their content,
rather than just comparing their references. By default, the
|
finalize |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
getClass |
Returns the runtime class of this Object. |
hashCode |
Used to return a hash code
value for the object. This integer value is used for efficiently storing objects
in hash-based collections like |
notify |
|
notifyAll |
Wakes up all threads that are waiting on this object's monitor. |
toString |
Returns a string representation of the object, typically including its class name and hashcode, and can be overridden for customized representations. |
wait |
Causes
the current thread to wait until another thread invokes the
|
Version History
Introduced in R2006a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)