Class PeerCollaboration
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.peertopeer.collaboration.PeerCollaboration
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class PeerCollaboration extends NetObject
The base .NET class managing System.Net.PeerToPeer.Collaboration.PeerCollaboration, 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.PeerCollaboration
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.PeerCollaborationstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PeerCollaboration()
PeerCollaboration(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
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.PeerCollaboration- 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
- Overrides:
getJCOAssemblyName
in classNetObject
- 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
- Overrides:
getJCOClassName
in classNetObject
- 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
- Overrides:
getJCOObjectName
in classNetObject
- 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
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PeerCollaboration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPeerCollaboration
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PeerCollaboration
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetLocalRegisteredApplications
public static PeerApplicationCollection GetLocalRegisteredApplications() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, OverflowException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
InvalidCastException
NullReferenceException
OverflowException
PlatformNotSupportedException
FormatException
IndexOutOfRangeException
CultureNotFoundException
PeerToPeerException
ObjectDisposedException
-
GetLocalRegisteredApplications
public static PeerApplicationCollection GetLocalRegisteredApplications(PeerApplicationRegistrationType type) 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
- 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
-
GetPeersNearMe
public static PeerNearMeCollection GetPeersNearMe() 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
- 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
-
GetLocalSetObjects
public static PeerObjectCollection GetLocalSetObjects() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
PeerToPeerException
-
DeleteObject
public static void DeleteObject(PeerObject peerObject) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, OverflowException, FormatException, IndexOutOfRangeException, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
NullReferenceException
OverflowException
FormatException
IndexOutOfRangeException
PeerToPeerException
-
RegisterApplication
public static void RegisterApplication(PeerApplication application, PeerApplicationRegistrationType type) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PlatformNotSupportedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, OverflowException, FormatException, IndexOutOfRangeException, PeerToPeerException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
PlatformNotSupportedException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
NullReferenceException
OverflowException
FormatException
IndexOutOfRangeException
PeerToPeerException
OutOfMemoryException
KeyNotFoundException
-
SetObject
public static void SetObject(PeerObject peerObject) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, OverflowException, FormatException, IndexOutOfRangeException, PeerToPeerException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
NullReferenceException
OverflowException
FormatException
IndexOutOfRangeException
PeerToPeerException
OutOfMemoryException
-
SignIn
public static void SignIn(PeerScope peerScope) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
PeerToPeerException
-
SignOut
public static void SignOut(PeerScope peerScope) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
PeerToPeerException
-
UnregisterApplication
public static void UnregisterApplication(PeerApplication application, PeerApplicationRegistrationType type) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PlatformNotSupportedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, OverflowException, FormatException, IndexOutOfRangeException, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
PlatformNotSupportedException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
NullReferenceException
OverflowException
FormatException
IndexOutOfRangeException
PeerToPeerException
-
getSynchronizingObject
public static ISynchronizeInvoke getSynchronizingObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSynchronizingObject
public static void setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContactManager
public static ContactManager getContactManager() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, FormatException, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
FormatException
PeerToPeerException
-
getApplicationLaunchInfo
public static PeerApplicationLaunchInfo getApplicationLaunchInfo() 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
-
getLocalPresenceInfo
public static PeerPresenceInfo getLocalPresenceInfo() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, OverflowException, FormatException, IndexOutOfRangeException, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
NullReferenceException
OverflowException
FormatException
IndexOutOfRangeException
PeerToPeerException
-
setLocalPresenceInfo
public static void setLocalPresenceInfo(PeerPresenceInfo LocalPresenceInfo) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, OverflowException, FormatException, IndexOutOfRangeException, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
NullReferenceException
OverflowException
FormatException
IndexOutOfRangeException
PeerToPeerException
-
getSignInScope
public static PeerScope getSignInScope() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, OverflowException, FormatException, IndexOutOfRangeException, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
NullReferenceException
OverflowException
FormatException
IndexOutOfRangeException
PeerToPeerException
-
getLocalEndPointName
public static java.lang.String getLocalEndPointName() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
-
setLocalEndPointName
public static void setLocalEndPointName(java.lang.String LocalEndPointName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
ConfigurationErrorsException
NotImplementedException
PathTooLongException
InvalidCastException
NullReferenceException
FormatException
OverflowException
PlatformNotSupportedException
Win32Exception
PeerToPeerException
-
-