Class PeerNearMe
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.peertopeer.collaboration.Peer
-
- system.net.peertopeer.collaboration.PeerNearMe
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,ISerializable
public class PeerNearMe extends Peer
The base .NET class managing System.Net.PeerToPeer.Collaboration.PeerNearMe, 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.PeerNearMe
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.PeerNearMestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PeerNearMe()PeerNearMe(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PeerContactAddToContactManager()PeerContactAddToContactManager(java.lang.String displayName, java.lang.String nickname, MailAddress emailAddress)static PeerNearMecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPeerNearMe, a cast assert is made to check if types are compatible.static PeerNearMeCreateFromPeerEndPoint(PeerEndPoint peerEndPoint)static booleanEquals(NetObject objA, NetObject objB)booleanEquals(PeerNearMe other)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()PeerInvitationResponseInvite()PeerInvitationResponseInvite(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData)PeerInvitationResponseInvite(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2)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)voidRefreshData()voidRefreshDataAsync(NetObject userToken)voidsetJCOInstance(JCObject instance)voidsetNickname(java.lang.String Nickname)-
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.PeerNearMe- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PeerNearMe
public PeerNearMe(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
PeerNearMe
public PeerNearMe() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ConfigurationException, ConfigurationErrorsException, ArgumentNullException, MissingManifestResourceException, InvalidCastException
-
-
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 PeerNearMe cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPeerNearMe, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PeerNearMeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Equals
public boolean Equals(PeerNearMe other) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedException
-
Equals
public static boolean Equals(NetObject objA, NetObject objB) throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
AddToContactManager
public PeerContact AddToContactManager() 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, SocketException, WaitHandleCannotBeOpenedException, KeyNotFoundException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionObjectDisposedExceptionSocketExceptionWaitHandleCannotBeOpenedExceptionKeyNotFoundExceptionOutOfMemoryExceptionCryptographicException
-
AddToContactManager
public PeerContact AddToContactManager(java.lang.String displayName, java.lang.String nickname, MailAddress emailAddress) 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, SocketException, WaitHandleCannotBeOpenedException, KeyNotFoundException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionObjectDisposedExceptionSocketExceptionWaitHandleCannotBeOpenedExceptionKeyNotFoundExceptionOutOfMemoryExceptionCryptographicException
-
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, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
- Overrides:
Invitein classPeer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundException
-
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, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
- Overrides:
Invitein classPeer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundException
-
CreateFromPeerEndPoint
public static PeerNearMe CreateFromPeerEndPoint(PeerEndPoint peerEndPoint) 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.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionObjectDisposedException
-
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(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
-
RefreshData
public void RefreshData() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, OverflowException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, PeerToPeerException, SocketException, KeyNotFoundException, AbandonedMutexException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionPlatformNotSupportedExceptionFormatExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionPeerToPeerExceptionSocketExceptionKeyNotFoundExceptionAbandonedMutexException
-
RefreshDataAsync
public void RefreshDataAsync(NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, SecurityException, NullReferenceException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, OverflowException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SocketException, KeyNotFoundException, AbandonedMutexException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionSecurityExceptionNullReferenceExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionOverflowExceptionPlatformNotSupportedExceptionFormatExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSocketExceptionKeyNotFoundExceptionAbandonedMutexException
-
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
-
-