|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.arcsde.session.Command<SeState>
org.geotools.arcsde.session.Commands.CreateVersionStateCommand
public static final class Commands.CreateVersionStateCommand
Creates either a direct child state of parentStateId, or a sibling being an exact copy of parentStatId if either the state can't be closed because its in use or parentStateId does not belong to the current user.
Constructor Summary | |
---|---|
Commands.CreateVersionStateCommand(long parentStateId)
|
Method Summary | |
---|---|
SeState |
execute(ISession session,
SeConnection connection)
Executed to operate on an SeConnection, a Command is scheduled for execution on a Session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Commands.CreateVersionStateCommand(long parentStateId)
Method Detail |
---|
public SeState execute(ISession session, SeConnection connection) throws SeException, java.io.IOException
Command
Please keep in mind that a Command should be short in duration; you are sharing this SeConnection with other threads.
execute
in class Command<SeState>
session
- the Session the command is being executed insideconnection
- the session's connection, used to interact with ArcSDE
SeException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |