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.String
assemblyFullName
Fully assembly qualified name: System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Netstatic java.lang.String
className
Qualified class name: System.Net.PeerToPeer.Collaboration.PeerContactstatic JCType
classType
The 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 PeerContact
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPeerContact
, a cast assert is made to check if types are compatible.static boolean
Equals(NetObject objA, NetObject objB)
boolean
Equals(PeerContact other)
static PeerContact
FromXml(java.lang.String peerContactXml)
PeerApplicationCollection
GetApplications()
PeerApplicationCollection
GetApplications(Guid applicationId)
PeerApplicationCollection
GetApplications(PeerEndPoint peerEndPoint)
PeerApplicationCollection
GetApplications(PeerEndPoint peerEndPoint, Guid applicationId)
X509Certificate2
getCredentials()
java.lang.String
getDisplayName()
MailAddress
getEmailAddress()
boolean
getIsSubscribed()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getNickname()
PeerObjectCollection
GetObjects(PeerEndPoint peerEndPoint)
PeerObjectCollection
GetObjects(PeerEndPoint peerEndPoint, Guid objectId)
PeerName
getPeerName()
SubscriptionType
getSubscribeAllowed()
PeerInvitationResponse
Invite()
PeerInvitationResponse
Invite(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData)
PeerInvitationResponse
Invite(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2)
PeerInvitationResponse
Invite(PeerEndPoint peerEndPoint)
PeerInvitationResponse
Invite(PeerEndPoint peerEndPoint, PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData)
PeerInvitationResponse
Invite(PeerEndPoint dupParam0, PeerApplication dupParam1, java.lang.String dupParam2, JCORefOut dupParam3)
void
InviteAsync(NetObject userToken)
void
InviteAsync(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData, NetObject userToken)
void
InviteAsync(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, NetObject dupParam3)
void
InviteAsync(PeerEndPoint peerEndPoint, java.lang.String message, byte[] invitationData, PeerApplication applicationToInvite, NetObject userToken)
void
InviteAsync(PeerEndPoint dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, PeerApplication dupParam3, NetObject dupParam4)
void
InviteAsync(PeerEndPoint peerEndPoint, NetObject userToken)
void
setCredentials(X509Certificate2 Credentials)
void
setDisplayName(java.lang.String DisplayName)
void
setEmailAddress(MailAddress EmailAddress)
void
setIsSubscribed(boolean IsSubscribed)
void
setJCOInstance(JCObject instance)
void
setNickname(java.lang.String Nickname)
void
setPeerName(PeerName PeerName)
void
setSubscribeAllowed(SubscriptionType SubscribeAllowed)
void
Subscribe()
void
SubscribeAsync(NetObject userToken)
java.lang.String
ToXml()
void
Unsubscribe()
-
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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceISerializable
- Overrides:
getJCOAssemblyName
in classPeer
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceISerializable
- Overrides:
getJCOClassName
in classPeer
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceISerializable
- Overrides:
getJCOObjectName
in classPeer
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceISerializable
- Overrides:
getJCOInstance
in classPeer
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classPeer
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceISerializable
- Overrides:
getJCOType
in classPeer
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PeerContact cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPeerContact
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PeerContact
instance- 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.Throwable
ArgumentOutOfRangeException
ArgumentException
ObjectDisposedException
ArgumentNullException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
OverflowException
FormatException
InvalidOperationException
NotImplementedException
SocketException
PeerToPeerException
KeyNotFoundException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ObjectDisposedException
ArgumentNullException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
OverflowException
FormatException
InvalidOperationException
NotImplementedException
SocketException
PeerToPeerException
KeyNotFoundException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
IndexOutOfRangeException
SocketException
CultureNotFoundException
PeerToPeerException
ObjectDisposedException
KeyNotFoundException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
IndexOutOfRangeException
SocketException
CultureNotFoundException
PeerToPeerException
ObjectDisposedException
KeyNotFoundException
-
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.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
-
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:
Invite
in classPeer
- 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
-
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:
Invite
in classPeer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
PeerToPeerException
ConfigurationException
ConfigurationErrorsException
OverflowException
FormatException
OutOfMemoryException
SocketException
CryptographicException
KeyNotFoundException
-
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:
Invite
in classPeer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
PeerToPeerException
ConfigurationException
ConfigurationErrorsException
OverflowException
FormatException
OutOfMemoryException
SocketException
CryptographicException
KeyNotFoundException
-
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.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
-
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.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
-
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.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
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
IndexOutOfRangeException
SocketException
CultureNotFoundException
PeerToPeerException
ObjectDisposedException
KeyNotFoundException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
IndexOutOfRangeException
SocketException
CultureNotFoundException
PeerToPeerException
ObjectDisposedException
KeyNotFoundException
-
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.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
ObjectDisposedException
PeerToPeerException
-
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:
InviteAsync
in classPeer
- 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
-
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:
InviteAsync
in classPeer
- 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
-
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.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
-
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.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
-
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.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
-
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:
InviteAsync
in classPeer
- 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
-
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.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
PeerToPeerException
CryptographicException
OutOfMemoryException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
PeerToPeerException
CryptographicException
OutOfMemoryException
-
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.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
PeerToPeerException
CryptographicException
OutOfMemoryException
-
getIsSubscribed
public boolean getIsSubscribed() throws java.lang.Throwable, ObjectDisposedException, ArgumentException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
-
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.Throwable
ObjectDisposedException
-
setEmailAddress
public void setEmailAddress(MailAddress EmailAddress) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
getSubscribeAllowed
public SubscriptionType getSubscribeAllowed() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
setSubscribeAllowed
public void setSubscribeAllowed(SubscriptionType SubscribeAllowed) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
getPeerName
public PeerName getPeerName() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
setPeerName
public void setPeerName(PeerName PeerName) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
getCredentials
public X509Certificate2 getCredentials() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
setCredentials
public void setCredentials(X509Certificate2 Credentials) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
getDisplayName
public java.lang.String getDisplayName() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
setDisplayName
public void setDisplayName(java.lang.String DisplayName) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
getNickname
public java.lang.String getNickname() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
setNickname
public void setNickname(java.lang.String Nickname) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
-