com.jniwrapper.win32.com
Class CoServerInfo
java.lang.Object
   com.jniwrapper.Parameter
com.jniwrapper.Parameter
       com.jniwrapper.Structure
com.jniwrapper.Structure
           com.jniwrapper.win32.com.CoServerInfo
com.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
 
| Fields inherited from class com.jniwrapper.Structure | 
| f | 
 
 
 
 
| 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 | 
 
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)
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()
-