ObjectPrx class

Base class of all object proxies.

Constructors

ObjectPrx(Reference reference)

Properties

hashCode int
The hash code for this object.
no setterinherited
ice_getContext Context
no setter
ice_getFacet String
no setter
ice_getIdentity Identity
no setter
ice_staticId String
no setter
reference Reference
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkTwowayOnly(String operation, bool sync) → void
ice_context(Context context) ObjectPrx
ice_datagram() ObjectPrx
ice_facet(String facet) ObjectPrx
ice_identity(Identity identity) ObjectPrx
ice_ids([Context? context]) List<String>
ice_idsAsync([Context? context]) Future<List<String>>
ice_invoke(String operation, OperationMode mode, [Context? context, WriteParams? writeParams, ReplyHandle? handle]) → dynamic
ice_invokeAsync(String operation, OperationMode mode, [Context? context, WriteParams? writeParams, ReplyHandle? handle]) Future
ice_isA(String typeId, [Context? context]) bool
ice_isAAsync(String typeId, [Context? context]) Future<bool>
ice_isTwoway() bool
ice_oneway() ObjectPrx
ice_ping([Context? context]) → void
ice_pingAsync([Context? context]) Future<void>
ice_twoway() ObjectPrx
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
proxyFromStream<T>(InputStream input, ObjectCreator creator) → T?
request(String operation, int requestId, Context? context, WriteParams writeParams, {OperationMode mode = OperationMode.normal, bool sync = true}) Message
toString() String
A string representation of this object.
inherited
write(OutputStream output) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

creator ObjectCreator
getter/setter pair

Static Methods

create<T extends ObjectPrx>(Reference? reference, [ObjectCreator? creator]) ObjectPrx?
Since dart not support new T, pass ObjectCreator to create it
read(InputStream input) ObjectPrx