Class PeerContact
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.peertopeer.collaboration.Peer
-
- system.net.peertopeer.collaboration.PeerContact
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,ISerializable
public class PeerContact extends Peer
The base .NET class managing System.Net.PeerToPeer.Collaboration.PeerContact, System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.PeerToPeer.Collaboration.PeerContact
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Netstatic java.lang.StringclassNameQualified class name: System.Net.PeerToPeer.Collaboration.PeerContactstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PeerContact()PeerContact(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PeerContactcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPeerContact, a cast assert is made to check if types are compatible.static booleanEquals(NetObject objA, NetObject objB)booleanEquals(PeerContact other)static PeerContactFromXml(java.lang.String peerContactXml)PeerApplicationCollectionGetApplications()PeerApplicationCollectionGetApplications(Guid applicationId)PeerApplicationCollectionGetApplications(PeerEndPoint peerEndPoint)PeerApplicationCollectionGetApplications(PeerEndPoint peerEndPoint, Guid applicationId)X509Certificate2getCredentials()java.lang.StringgetDisplayName()MailAddressgetEmailAddress()booleangetIsSubscribed()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetNickname()PeerObjectCollectionGetObjects(PeerEndPoint peerEndPoint)PeerObjectCollectionGetObjects(PeerEndPoint peerEndPoint, Guid objectId)PeerNamegetPeerName()SubscriptionTypegetSubscribeAllowed()PeerInvitationResponseInvite()PeerInvitationResponseInvite(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData)PeerInvitationResponseInvite(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2)PeerInvitationResponseInvite(PeerEndPoint peerEndPoint)PeerInvitationResponseInvite(PeerEndPoint peerEndPoint, PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData)PeerInvitationResponseInvite(PeerEndPoint dupParam0, PeerApplication dupParam1, java.lang.String dupParam2, JCORefOut dupParam3)voidInviteAsync(NetObject userToken)voidInviteAsync(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData, NetObject userToken)voidInviteAsync(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, NetObject dupParam3)voidInviteAsync(PeerEndPoint peerEndPoint, java.lang.String message, byte[] invitationData, PeerApplication applicationToInvite, NetObject userToken)voidInviteAsync(PeerEndPoint dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, PeerApplication dupParam3, NetObject dupParam4)voidInviteAsync(PeerEndPoint peerEndPoint, NetObject userToken)voidsetCredentials(X509Certificate2 Credentials)voidsetDisplayName(java.lang.String DisplayName)voidsetEmailAddress(MailAddress EmailAddress)voidsetIsSubscribed(boolean IsSubscribed)voidsetJCOInstance(JCObject instance)voidsetNickname(java.lang.String Nickname)voidsetPeerName(PeerName PeerName)voidsetSubscribeAllowed(SubscriptionType SubscribeAllowed)voidSubscribe()voidSubscribeAsync(NetObject userToken)java.lang.StringToXml()voidUnsubscribe()-
Methods inherited from class system.net.peertopeer.collaboration.Peer
close, Dispose, Equals, getIsOnline, GetObjects, GetObjects, getPeerEndPoints, GetPresenceInfo, getSynchronizingObject, InviteAsyncCancel, setSynchronizingObject
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.runtime.serialization.ISerializable
GetObjectData
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Net- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Net.PeerToPeer.Collaboration.PeerContact- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceISerializable- Overrides:
getJCOAssemblyNamein classPeer- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceISerializable- Overrides:
getJCOClassNamein classPeer- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceISerializable- Overrides:
getJCOObjectNamein classPeer- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceISerializable- Overrides:
getJCOInstancein classPeer- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classPeer
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceISerializable- Overrides:
getJCOTypein classPeer- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PeerContact cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPeerContact, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PeerContactinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Equals
public boolean Equals(PeerContact other) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException
-
Equals
public static boolean Equals(NetObject objA, NetObject objB) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException
-
GetApplications
public PeerApplicationCollection GetApplications() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, ArgumentNullException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, InvalidOperationException, NotImplementedException, SocketException, PeerToPeerException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionArgumentNullExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionSocketExceptionPeerToPeerExceptionKeyNotFoundException
-
GetApplications
public PeerApplicationCollection GetApplications(Guid applicationId) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, ArgumentNullException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, InvalidOperationException, NotImplementedException, SocketException, PeerToPeerException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionArgumentNullExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionSocketExceptionPeerToPeerExceptionKeyNotFoundException
-
GetApplications
public PeerApplicationCollection GetApplications(PeerEndPoint peerEndPoint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, SocketException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionSocketExceptionCultureNotFoundExceptionPeerToPeerExceptionObjectDisposedExceptionKeyNotFoundException
-
GetApplications
public PeerApplicationCollection GetApplications(PeerEndPoint peerEndPoint, Guid applicationId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, SocketException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionSocketExceptionCultureNotFoundExceptionPeerToPeerExceptionObjectDisposedExceptionKeyNotFoundException
-
FromXml
public static PeerContact FromXml(java.lang.String peerContactXml) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException, ObjectDisposedException, OutOfMemoryException, CryptographicException, AccessViolationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionAccessViolationException
-
Invite
public PeerInvitationResponse Invite() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, CultureNotFoundException, Win32Exception, AccessViolationException, AbandonedMutexException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, PeerToPeerException, OverflowException, SecurityException, MissingMethodException, TargetInvocationException, SocketException, CryptographicException
- Overrides:
Invitein classPeer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionCultureNotFoundExceptionWin32ExceptionAccessViolationExceptionAbandonedMutexExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionPeerToPeerExceptionOverflowExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionSocketExceptionCryptographicException
-
Invite
public PeerInvitationResponse Invite(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
- Overrides:
Invitein classPeer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundException
-
Invite
public PeerInvitationResponse Invite(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
- Overrides:
Invitein classPeer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundException
-
Invite
public PeerInvitationResponse Invite(PeerEndPoint peerEndPoint) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, OverflowException, SocketException, CryptographicException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionOverflowExceptionSocketExceptionCryptographicException
-
Invite
public PeerInvitationResponse Invite(PeerEndPoint peerEndPoint, PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundException
-
Invite
public PeerInvitationResponse Invite(PeerEndPoint dupParam0, PeerApplication dupParam1, java.lang.String dupParam2, JCORefOut dupParam3) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundException
-
GetObjects
public PeerObjectCollection GetObjects(PeerEndPoint peerEndPoint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, SocketException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionSocketExceptionCultureNotFoundExceptionPeerToPeerExceptionObjectDisposedExceptionKeyNotFoundException
-
GetObjects
public PeerObjectCollection GetObjects(PeerEndPoint peerEndPoint, Guid objectId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, SocketException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionSocketExceptionCultureNotFoundExceptionPeerToPeerExceptionObjectDisposedExceptionKeyNotFoundException
-
ToXml
public java.lang.String ToXml() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, ObjectDisposedException, PeerToPeerException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionObjectDisposedExceptionPeerToPeerException
-
InviteAsync
public void InviteAsync(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ConfigurationErrorsException, FormatException, KeyNotFoundException, OverflowException, OutOfMemoryException, SocketException, CryptographicException
- Overrides:
InviteAsyncin classPeer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionKeyNotFoundExceptionOverflowExceptionOutOfMemoryExceptionSocketExceptionCryptographicException
-
InviteAsync
public void InviteAsync(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, NetObject dupParam3) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ConfigurationErrorsException, FormatException, KeyNotFoundException, OverflowException, OutOfMemoryException, SocketException, CryptographicException
- Overrides:
InviteAsyncin classPeer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionKeyNotFoundExceptionOverflowExceptionOutOfMemoryExceptionSocketExceptionCryptographicException
-
InviteAsync
public void InviteAsync(PeerEndPoint peerEndPoint, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, PeerToPeerException, OverflowException, WaitHandleCannotBeOpenedException, SocketException, CryptographicException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionPeerToPeerExceptionOverflowExceptionWaitHandleCannotBeOpenedExceptionSocketExceptionCryptographicException
-
InviteAsync
public void InviteAsync(PeerEndPoint peerEndPoint, java.lang.String message, byte[] invitationData, PeerApplication applicationToInvite, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ConfigurationErrorsException, FormatException, KeyNotFoundException, OverflowException, OutOfMemoryException, SocketException, CryptographicException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionKeyNotFoundExceptionOverflowExceptionOutOfMemoryExceptionSocketExceptionCryptographicException
-
InviteAsync
public void InviteAsync(PeerEndPoint dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, PeerApplication dupParam3, NetObject dupParam4) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ConfigurationErrorsException, FormatException, KeyNotFoundException, OverflowException, OutOfMemoryException, SocketException, CryptographicException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionKeyNotFoundExceptionOverflowExceptionOutOfMemoryExceptionSocketExceptionCryptographicException
-
InviteAsync
public void InviteAsync(NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, PeerToPeerException, OverflowException, WaitHandleCannotBeOpenedException, SocketException, CryptographicException
- Overrides:
InviteAsyncin classPeer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionPeerToPeerExceptionOverflowExceptionWaitHandleCannotBeOpenedExceptionSocketExceptionCryptographicException
-
Subscribe
public void Subscribe() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException, CryptographicException, OutOfMemoryException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionCryptographicExceptionOutOfMemoryException
-
SubscribeAsync
public void SubscribeAsync(NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException, CryptographicException, OutOfMemoryException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionCryptographicExceptionOutOfMemoryException
-
Unsubscribe
public void Unsubscribe() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException, CryptographicException, OutOfMemoryException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionCryptographicExceptionOutOfMemoryException
-
getIsSubscribed
public boolean getIsSubscribed() throws java.lang.Throwable, ObjectDisposedException, ArgumentException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentException
-
setIsSubscribed
public void setIsSubscribed(boolean IsSubscribed) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getEmailAddress
public MailAddress getEmailAddress() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
setEmailAddress
public void setEmailAddress(MailAddress EmailAddress) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
getSubscribeAllowed
public SubscriptionType getSubscribeAllowed() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
setSubscribeAllowed
public void setSubscribeAllowed(SubscriptionType SubscribeAllowed) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
getPeerName
public PeerName getPeerName() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
setPeerName
public void setPeerName(PeerName PeerName) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
getCredentials
public X509Certificate2 getCredentials() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
setCredentials
public void setCredentials(X509Certificate2 Credentials) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
getDisplayName
public java.lang.String getDisplayName() throws java.lang.Throwable, ObjectDisposedException- Throws:
java.lang.ThrowableObjectDisposedException
-
setDisplayName
public void setDisplayName(java.lang.String DisplayName) throws java.lang.Throwable, ObjectDisposedException- Throws:
java.lang.ThrowableObjectDisposedException
-
getNickname
public java.lang.String getNickname() throws java.lang.Throwable, ObjectDisposedException- Throws:
java.lang.ThrowableObjectDisposedException
-
setNickname
public void setNickname(java.lang.String Nickname) throws java.lang.Throwable, ObjectDisposedException- Throws:
java.lang.ThrowableObjectDisposedException
-
-