OVERONE.DotNetJ
Class JavaClientChannel

Should not be used.

Fields inherited from class System.Runtime.Remoting.Channels.BaseChannelWithProperties
SinksWithProperties

Constructor Summary
JavaClientChannel()
        Initializes a new instance of the JavaClientChannel class.
JavaClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider)

Property Summary
string ChannelName
int ChannelPriority

Properties inherited from class System.Runtime.Remoting.Channels.BaseChannelWithProperties
Properties

Properties inherited from class System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
Count, IsFixedSize, IsReadOnly, IsSynchronized, Item, Keys, SyncRoot, Values

Method Summary
System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, string objectURI)
string Parse(string url, string objectURI)

Methods inherited from class System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
Add, Clear, Contains, CopyTo, GetEnumerator, IEnumerable.GetEnumerator, Remove

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

JavaClientChannel

public JavaClientChannel()

Initializes a new instance of the JavaClientChannel class.


JavaClientChannel

public JavaClientChannel(System.Collections.IDictionary properties,
                         System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider)

Property Detail

ChannelName

public string ChannelName


ChannelPriority

public int ChannelPriority

Method Detail

CreateMessageSink

public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url,
                                                                 object remoteChannelData,
                                                                 string objectURI)


Parse

public string Parse(string url,
                    string objectURI)