com.jniwrapper.win32.com
Class CoServerInfo

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Structure
          extended bycom.jniwrapper.win32.com.CoServerInfo
All Implemented Interfaces:
AlignmentAwareParameter, CompositeParameter

public class CoServerInfo
extends Structure

Represents remote computer and corresponds to native COSERVERINFO structure.

Since:
2.5

Field Summary
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
CoServerInfo()
           
CoServerInfo(CoAuthInfo authInfo)
           
CoServerInfo(CoServerInfo that)
           
CoServerInfo(java.lang.String computerName)
           
CoServerInfo(java.lang.String computerName, CoAuthInfo authInfo)
           
 
Method Summary
 java.lang.Object clone()
           
 CoAuthInfo getAuthInfo()
           
 java.lang.String getName()
           
 void setAuthInfo(CoAuthInfo authInfo)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoServerInfo

public CoServerInfo()

CoServerInfo

public CoServerInfo(java.lang.String computerName)

CoServerInfo

public CoServerInfo(java.lang.String computerName,
                    CoAuthInfo authInfo)

CoServerInfo

public CoServerInfo(CoAuthInfo authInfo)

CoServerInfo

public CoServerInfo(CoServerInfo that)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getAuthInfo

public CoAuthInfo getAuthInfo()

setAuthInfo

public void setAuthInfo(CoAuthInfo authInfo)

clone

public java.lang.Object clone()