Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.portable.ServantObject
public class ServantObject extends Object
This class is part of the local stub API, the purpose of which is to provide
high performance calls for collocated clients and servers
(i.e. clients and servers residing in the same Java VM).
The local stub API is supported via three additional methods on
ObjectImpl
and Delegate
.
ORB vendors may subclass this class to return additional
request state that may be required by their implementations.
ObjectImpl
,
Delegate
Modifier and Type | Field and Description |
---|---|
Object |
servant
The real servant. |
Constructor and Description |
---|
ServantObject()
|
Modifier and Type | Method and Description |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Object servant
Constructor Detail |
---|
public ServantObject()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.