public class VirtualInstanceManufacturer
extends java.lang.Object
| Constructor and Description |
|---|
VirtualInstanceManufacturer(User theUser) |
| Modifier and Type | Method and Description |
|---|---|
VirtualInstance |
newRegisteredGuestWithHost() |
VirtualInstance |
newRegisteredGuestWithoutHost() |
VirtualInstance |
newRegisteredGuestWithoutHost(VirtualInstanceState state) |
VirtualInstance |
newUnregisteredGuest() |
public VirtualInstanceManufacturer(User theUser)
public VirtualInstance newUnregisteredGuest() throws java.lang.Exception
java.lang.Exceptionpublic VirtualInstance newRegisteredGuestWithoutHost() throws java.lang.Exception
java.lang.Exceptionpublic VirtualInstance newRegisteredGuestWithoutHost(VirtualInstanceState state) throws java.lang.Exception
java.lang.Exceptionpublic VirtualInstance newRegisteredGuestWithHost() throws java.lang.Exception
java.lang.Exception